Will there be any scenario where identify return BMP2 or BMP4 format (default behavior). I think by default it will always return BMP3
ImageMagick-7.0.2-7/bin$ ./identify -format "%m\n%w\n%h\n" /home/Pictures/tiger.bmp
BMP3
320
240
Search found 6 matches
- 2016-08-24T13:50:04-07:00
- Forum: Bugs
- Topic: ImageMagick 7.0.2 always returning BMP3 for BMP Images
- Replies: 1
- Views: 2653
- 2016-08-23T14:54:19-07:00
- Forum: Bugs
- Topic: ImageMagick 7.0.2 NoImagesForWrite Issue
- Replies: 1
- Views: 2472
Re: ImageMagick 7.0.2 NoImagesForWrite Issue
This seems to be an issue in the ways I am calling. Got it fixed.
- 2016-08-23T14:18:11-07:00
- Forum: Bugs
- Topic: ImageMagick 7.0.2 NoImagesForWrite Issue
- Replies: 1
- Views: 2472
ImageMagick 7.0.2 NoImagesForWrite Issue
Hi I am seeing this issue when executing the identify command with formats. This was not the case in 6.8 version. Is this a known issue? ImageMagick/ImageMagick-7.0.2-7/bin/identify -format "%m\n%w\n%h\n" /tmp/bs_3149164730814487265.tmp magick: NoImagesForWrite '-write' '/tmp/bs_3149164730814487265 ...
- 2016-08-15T00:56:17-07:00
- Forum: Developers
- Topic: Performance getting hit in ImageMagick7 convert command
- Replies: 6
- Views: 10401
Re: Performance getting hit in ImageMagick7 convert command
Thanks all, this has been indeed helpful. I was experimenting with ImageMagick convert pdf to jpg thumbnails. For this reason I had the first page only selected as scene 1. My requirement is to have 3 thumbnail sizes, 720x480 is one of them so added the resize option. I verified the versions In my ...
- 2016-08-14T22:38:57-07:00
- Forum: Developers
- Topic: Performance getting hit in ImageMagick7 convert command
- Replies: 6
- Views: 10401
Performance getting hit in ImageMagick7 convert command
Hi all, I analyzed 1000+ png images by converting them to jpg. During conversion I executed the convert command with time. command = "time ImageMagick-7.0.2-7/bin/convert "+ path.join(INPUT_DIR, jpg)+ "[0] -scene 1 -background white -flatten -colorspace sRGB -thumbnail 720x480 -resize 720x480 ...
- 2016-04-26T18:33:29-07:00
- Forum: Bugs
- Topic: Issue in Identify command
- Replies: 0
- Views: 6045
Issue in Identify command
If an Image is having magick vector graphics commands as its content, identify command is executing it. Ideally it should not be reading the content of the file or doing any kind of command execution.