Search found 14 matches

by ankurvas
2019-08-02T10:17:16-07:00
Forum: Magick++
Topic: cr2 to gif giving different Geometry metadata
Replies: 9
Views: 51213

Re: cr2 to gif giving different Geometry metadata

convert.exe -list format Format Mode Description ------------------------------------------------------------------------------- 3FR r-- Hasselblad CFV/H3D39II 3G2 r-- Media Container 3GP r-- Media Container A* rw+ Raw alpha samples AAI* rw+ AAI Dune image AI rw- Adobe Illustrator CS2 ART* rw- PFS:...
by ankurvas
2019-08-02T09:33:38-07:00
Forum: Magick++
Topic: cr2 to gif giving different Geometry metadata
Replies: 9
Views: 51213

Re: cr2 to gif giving different Geometry metadata

output Version: ImageMagick 7.0.8-54 Q8 x64 2019-07-18 http://www.imagemagick.org Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC Modules Delegates (built-in): bzlib cairo flif freetype gslib ...
by ankurvas
2019-08-02T09:07:55-07:00
Forum: Magick++
Topic: cr2 to gif giving different Geometry metadata
Replies: 9
Views: 51213

Re: cr2 to gif giving different Geometry metadata

Hi @snibgo
Why 7.0.8.58 is not using the dcraw? Any idea, where should I be looking.
by ankurvas
2019-08-02T08:10:33-07:00
Forum: Magick++
Topic: cr2 to gif giving different Geometry metadata
Replies: 9
Views: 51213

Re: cr2 to gif giving different Geometry metadata

Verbose output from 6.9.2-6 convert.exe -verbose input.cr2 -limit memory 8192 -limit map 16384 -limit area 32768 -quality 80 -filter Lanczos gif:out.gif dcraw.exe -6 -w -O "C:/Users/ADMINI~1/AppData/Local/Temp/2/magick-4248Oml3rYodi6qs.ppm" "C:/Users/ADMINI~1/AppData/Local/Temp/2/magi...
by ankurvas
2019-08-02T08:00:56-07:00
Forum: Magick++
Topic: cr2 to gif giving different Geometry metadata
Replies: 9
Views: 51213

Re: cr2 to gif giving different Geometry metadata

Infact I right click and check details in windows, there as well it is showing 4072x3045.
by ankurvas
2019-08-02T07:11:29-07:00
Forum: Magick++
Topic: cr2 to gif giving different Geometry metadata
Replies: 9
Views: 51213

Re: cr2 to gif giving different Geometry metadata

Using the identify tool with the imagemagick only but Yeah I observed in the exif tool both are returning the same metadata only.
by ankurvas
2019-08-02T03:54:48-07:00
Forum: Magick++
Topic: cr2 to gif giving different Geometry metadata
Replies: 9
Views: 51213

cr2 to gif giving different Geometry metadata

Hi I am using the following commandline to convert a cr2 to giff. ( Platform windows ) convert.exe C:\temp_sessions\2323086510740707015\1.cr2[0] -limit memory 8192 -limit map 16384 -limit area 32768 -quality 80 -filter Lanczos gif:C:\11808459911.gif Problem:- ImageMagick 6.9.2-6 Q8 x64 gives a giff ...
by ankurvas
2018-09-19T20:02:03-07:00
Forum: Bugs
Topic: imagemagick get stuck while converting a pdf to jpg
Replies: 9
Views: 15373

Re: imagemagick get stuck while converting a pdf to jpg

Adding the link again.
https://drive.google.com/open?id=1MoTrA ... M3tF8J-3sL
Somehow while copying it got shortened.
Thanks for the verbose part.
Is there any how I can make imagemagick not to use all the CPU?
by ankurvas
2018-09-19T02:17:46-07:00
Forum: Bugs
Topic: imagemagick get stuck while converting a pdf to jpg
Replies: 9
Views: 15373

Re: imagemagick get stuck while converting a pdf to jpg

I raised the issue with the ghostscript team as well. Ghostscript seems to be reading fine.
If we can give them the command ImageMagick is firing using ghostscript(used internally by ImageMagick), they can look further.
by ankurvas
2018-09-18T23:21:17-07:00
Forum: Bugs
Topic: imagemagick get stuck while converting a pdf to jpg
Replies: 9
Views: 15373

Re: imagemagick get stuck while converting a pdf to jpg

How can I limit the CPU usage here?
I can limit memory usage using -limit memory.
And the problem is it gets stuck at high CPU usage and doesn't even produce the rendition.
by ankurvas
2018-09-18T23:09:47-07:00
Forum: Bugs
Topic: imagemagick get stuck while converting a pdf to jpg
Replies: 9
Views: 15373

Re: imagemagick get stuck while converting a pdf to jpg

Updated the post with the relevant information. Version: ImageMagick 6.9.2-6 Q8 x64 2015-11-23 Platform Windows Server 2012 Link for the PDF https://drive.google.com/drive/folders/ ... sp=sharing adding the command again convert.exe -density 300 C:\Users\abc\Downloads\ghost_test\3.pdf -quality 100 C...
by ankurvas
2018-09-18T22:29:26-07:00
Forum: Bugs
Topic: imagemagick get stuck while converting a pdf to jpg
Replies: 9
Views: 15373

imagemagick get stuck while converting a pdf to jpg

Hi All, I am converting a pdf to jpg using the following command. convert.exe -density 300 C:\Users\abc\Downloads\ghost_test\3.pdf -quality 100 C:\Users\abc\Downloads\ghost_test\test.jpg Imagemagick gets stuck while processing it with very high CPU and Memory Usages. Then, I tried to read the file w...
by ankurvas
2017-05-25T23:58:56-07:00
Forum: Users
Topic: -flatten option use in ImageMagick not clear
Replies: 1
Views: 5149

-flatten option use in ImageMagick not clear

My program uses ImageMagick to convert a multipage tiff to pdf. convert.exe "C:\multipage_tiff_example.tif" -flatten "pdf:C:\cache\multipage_tiff_example-636946171.pdf" Issue If I use -flatten in the above command for multipage tiff files, it only renders the first page of the ti...