Search found 49 matches

by BrianP007
2015-01-10T17:24:29-07:00
Forum: Users
Topic: convert in_file -crop $GEOM -write output_file -> Error missing output_file??
Replies: 6
Views: 5533

convert in_file -crop $GEOM -write output_file -> Error missing output_file??

Hi, I need to make crops in identical places to a number of images WITHOUT destroying the originals. The -write option to convert takes a filename argument, "-write filename". This would seem to have zero ambiguity as written. Convert a specified image by cropping it to a given geometry (s...
by BrianP007
2015-01-10T14:35:21-07:00
Forum: Users
Topic: Fixing Carpet Bombing To Black from Perfectly Clear?
Replies: 6
Views: 7436

Re: Fixing Carpet Bombing To Black from Perfectly Clear?

You have to post them to some place like dropbox.com and then put the URL here. This forum does not allow uploading images. What platform are you using and what version of IM? That is always a good thing to provide when asking questions on this forum. You might try my autotone (or autotone2) script...
by BrianP007
2015-01-01T17:12:42-07:00
Forum: Users
Topic: Fixing Carpet Bombing To Black from Perfectly Clear?
Replies: 6
Views: 7436

Fixing Carpet Bombing To Black from Perfectly Clear?

Hi, I have a new wizbang piece of image software, Perfectly Clear. The promise of "1 mouse click to instant perfection" has instead badly damaged a large number of my images before I realized what it was doing. The first thing it apparently does is to take the darkest few percent of all pi...
by BrianP007
2013-12-13T10:51:02-07:00
Forum: Bugs
Topic: Push damages IM object in PerlMagick?
Replies: 0
Views: 4165

Push damages IM object in PerlMagick?

Hi, I have a program with 3 IM objects: A) one to read single files B) one to accumulate files read by A c) one to take the take the appended -> stack object B and print it. This may not be the most optimal design, but it should work. I have an option to stack N copies of the same object in a loop. ...