Search found 5 matches
- 2012-07-06T00:13:12-07:00
- Forum: Users
- Topic: Difference between resize/distort ?
- Replies: 1
- Views: 4217
Difference between resize/distort ?
Hi all, I've been trying to modify the "lupe" script by adding a point filter to the distort operation but it does not seem to work. More generally, these two commands differ on my machine: convert rose: -filter point -resize 200% show: convert rose: -filter point +distort SRT '2 0' show: The first ...
- 2012-07-06T00:02:50-07:00
- Forum: Fred's Scripts
- Topic: Lupe script from Fred's ImageMagick Scripts
- Replies: 6
- Views: 21561
Re: Lupe script from Fred's ImageMagick Scripts
You may have left some debug code in the script (creation of .gif images).
Nicolas
Nicolas
- 2012-07-05T22:50:45-07:00
- Forum: Fred's Scripts
- Topic: Lupe script from Fred's ImageMagick Scripts
- Replies: 6
- Views: 21561
Re: Lupe script from Fred's ImageMagick Scripts
Thanks a lot ! Works like a charm.
Nicolas
Nicolas
- 2012-07-05T13:26:35-07:00
- Forum: Fred's Scripts
- Topic: Lupe script from Fred's ImageMagick Scripts
- Replies: 6
- Views: 21561
Re: Lupe script from Fred's ImageMagick Scripts
Thanks for the quick reaction !
As a temportary fix, I will install a previous version of imagemagick and wait for your upgrade.
By the way, thanks for all these great scripts.
Nicolas
As a temportary fix, I will install a previous version of imagemagick and wait for your upgrade.
By the way, thanks for all these great scripts.
Nicolas
- 2012-07-05T11:27:38-07:00
- Forum: Fred's Scripts
- Topic: Lupe script from Fred's ImageMagick Scripts
- Replies: 6
- Views: 21561
Lupe script from Fred's ImageMagick Scripts
I've tried to use the lupe script from Fred's ImageMagick scripts but it does not seem to work. It seems to be related to the multiply composition (see image below). scripts: http://www.fmwconcepts.com/imagemagick/lupe/index.php ImageMagick version: LIB_VERSION_NUMBER 6,7,7,6 os : darwin11.4.0 ...