Search found 5 matches

by jeff
2014-04-02T14:31:32-07:00
Forum: Users
Topic: SOLVED**Removing shadow
Replies: 7
Views: 8289

Re: SOLVED**Removing shadow

for %a in (*.jpg) do convert %a ( -clone 0 -blur 0x5 ) +swap -compose divide -composite -sharpen 0x5 %a Warning to anyone intending to use, the way I have it coded will replace the original file with the new version. I also added the sharpen feature into the code provided by fmw42 because I wanted ...
by jeff
2014-04-02T14:19:12-07:00
Forum: Users
Topic: SOLVED**Removing shadow
Replies: 7
Views: 8289

Re: Removing shadow

Nevermind, solved it.
Thanks anyways
by jeff
2014-04-02T13:58:44-07:00
Forum: Users
Topic: SOLVED**Removing shadow
Replies: 7
Views: 8289

Re: Removing shadow

I have on followup concern, but before I get to that, I am on Windows 7 Professional 64 bit, using ImageMagick-6.8.8-10-Q16-x64-dll So, I would like to be able to do this same transformation for all the files in a given directory. Unfortunately, 'mogrify' is apparently not compatible with -clone or ...
by jeff
2014-04-02T12:55:27-07:00
Forum: Users
Topic: SOLVED**Removing shadow
Replies: 7
Views: 8289

Re: Removing shadow

Thanks so much, that worked perfectly fmw42. Sorry about the lack of info on my version and platform
by jeff
2014-03-28T11:29:40-07:00
Forum: Users
Topic: SOLVED**Removing shadow
Replies: 7
Views: 8289

SOLVED**Removing shadow

I have a number of photos of people's drawings that have been taken by a research assistant. Unfortunately, this massive set of photos was taken in poor lighting, so there is some shadow. I am looking for a way to get rid of the shadow on all the photos. I have tried sharpening, using a mask, using ...