Search found 4 matches
- 2015-08-22T00:06:15-07:00
- Forum: PerlMagick
- Topic: identify different for command line versus perl conversion
- Replies: 1
- Views: 16728
Re: identify different for command line versus perl conversion
Gah, I see, you have to set the page after the crop.
- 2015-08-21T23:54:02-07:00
- Forum: PerlMagick
- Topic: identify different for command line versus perl conversion
- Replies: 1
- Views: 16728
identify different for command line versus perl conversion
I (think I) have successfully rewritten the following convert command with the perl below that. The images appear to be the same when compared in a viewer, but the identify command gives slightly different output between the two. The command line:
convert in.jpg -resize 250x250^ -gravity center ...
convert in.jpg -resize 250x250^ -gravity center ...
- 2015-08-15T09:55:23-07:00
- Forum: PerlMagick
- Topic: segfault loading Image::Magick
- Replies: 1
- Views: 13699
Re: segfault loading Image::Magick
Using ImageMagick-6.8.9-10 instead of the most recent version made the problem go away
- 2015-08-14T22:04:30-07:00
- Forum: PerlMagick
- Topic: segfault loading Image::Magick
- Replies: 1
- Views: 13699
segfault loading Image::Magick
I'm getting a segfault just loading Image::Magick:
$ perl -e 'use Image::Magick'
Segmentation fault
However, the demo and tests run fine:
perl demo/annotate.pl
angle 0
angle 30
...
Any thoughts?
This is perl 5, version 18, subversion 2 (v5.18.2) built for i686-linux
Heres the bottom of ...
$ perl -e 'use Image::Magick'
Segmentation fault
However, the demo and tests run fine:
perl demo/annotate.pl
angle 0
angle 30
...
Any thoughts?
This is perl 5, version 18, subversion 2 (v5.18.2) built for i686-linux
Heres the bottom of ...