Search found 6 matches

by nabarun
2016-08-24T13:50:04-07:00
Forum: Bugs
Topic: ImageMagick 7.0.2 always returning BMP3 for BMP Images
Replies: 1
Views: 2489

ImageMagick 7.0.2 always returning BMP3 for BMP Images

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
by nabarun
2016-08-23T14:54:19-07:00
Forum: Bugs
Topic: ImageMagick 7.0.2 NoImagesForWrite Issue
Replies: 1
Views: 2345

Re: ImageMagick 7.0.2 NoImagesForWrite Issue

This seems to be an issue in the ways I am calling. Got it fixed.
by nabarun
2016-08-23T14:18:11-07:00
Forum: Bugs
Topic: ImageMagick 7.0.2 NoImagesForWrite Issue
Replies: 1
Views: 2345

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_3149164730...
by nabarun
2016-08-15T00:56:17-07:00
Forum: Developers
Topic: Performance getting hit in ImageMagick7 convert command
Replies: 6
Views: 9622

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 a...
by nabarun
2016-08-14T22:38:57-07:00
Forum: Developers
Topic: Performance getting hit in ImageMagick7 convert command
Replies: 6
Views: 9622

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...
by nabarun
2016-04-26T18:33:29-07:00
Forum: Bugs
Topic: Issue in Identify command
Replies: 0
Views: 5896

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.