Search found 10 matches

by RAmbika
2019-10-10T05:00:33-07:00
Forum: Bugs
Topic: issue with the installer
Replies: 1
Views: 35401

issue with the installer

Hi, There is an issue with ImageMagick binaries builds 32 and 64 bit (ImageMagick-7.0.8-67-Q8-x64-dll.exe and ImageMagick-7.0.8-67-Q8-x86-dll.exe). When any of the above binaries are installed on a machine and copied to a folder and ran convert.exe with the required parameters, we got an exception s...
by RAmbika
2019-09-25T01:57:21-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68374

Re: .png to .pdf conversion is failing with memory allocation error.

Did you get a chance to check under windows environment?
by RAmbika
2019-09-09T04:53:06-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68374

Re: .png to .pdf conversion is failing with memory allocation error.

magick -limit memory 1GiB -limit map 2GiB -define registry:temporary-path=./ 001_25.png -density 200 x.pdf this command did not work for us It looks like regression issue. It worked for us with the 6.9.1-2 version of ImageMagick. After upgrading to 7.0.7.21 and later this particular .png file works...
by RAmbika
2019-09-04T05:59:59-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68374

Re: .png to .pdf conversion is failing with memory allocation error.

Hi, The command "magick rose: r.png" works fine with the build. With command "magick 001_25.png -density 200 x.pdf" it is throwing the error "magick: memory allocation failed `001_25.png[0]' @ error/cache.c/AcquireCacheNexusPixels/4987)." By inserting "-verbose&quo...
by RAmbika
2019-08-30T06:26:36-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68374

Re: .png to .pdf conversion is failing with memory allocation error.

Hi, If I directly install the ImageMagick exe(ImageMagick-7.0.8-62-Q8-x86-dll.exe) and try the conversion it is working fine. But, by following the steps mentioned here https://imagemagick.org/script/install-source.php#windows to extract the binaries and then if we try the conversion using the gener...
by RAmbika
2019-08-27T04:16:41-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68374

Re: .png to .pdf conversion is failing with memory allocation error.

Hi,

Could you please help us to resolve this issue?

Thanks,
Ambika
by RAmbika
2019-08-23T05:26:34-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68374

Re: .png to .pdf conversion is failing with memory allocation error.

Hi, We tried on the Windows 16 GB machine by freeing up the temporary area with the suggested commands: 1. magick 001_25.png -density 200 x.pdf 2. magick 001_25.png -limit memory 10MB -limit map 10MB x.pdf There is 10 GB free memory but, still we get the same error(magick: memory allocation failed `...
by RAmbika
2019-08-21T01:37:10-07:00
Forum: Bugs
Topic: .png to .pdf conversion is failing with memory allocation error.
Replies: 13
Views: 68374

.png to .pdf conversion is failing with memory allocation error.

Hi Team, When we try to convert a particular .png file of size 35MB is giving the below error: convert.exe: memory allocation failed `001_25.png[0]' @ error/cache.c/AcquireCacheNexusPixels/4983. Caught exception: Magick: Strip/tile too large for JPEG. `JPEGPreEncode' @ error We are using the convert...
by RAmbika
2018-03-28T02:57:31-07:00
Forum: Bugs
Topic: issue with density parameter
Replies: 4
Views: 8768

Re: issue with density parameter

IM version - 7.0.7-21 Platform - Windows Command - convert.exe %inputfile% %scaleto% %density% %outputfile% Please find the original image here : https://www.dropbox.com/s/d1gds4z9wtrrj9h/Google.png?dl=0 input file dimensions : 6.03 x 3.11 inches the output pdf with the above command: https://www.dr...
by RAmbika
2018-03-27T07:01:53-07:00
Forum: Bugs
Topic: issue with density parameter
Replies: 4
Views: 8768

issue with density parameter

while converting .png files to .pdf format, with density parameter, the output does not match source image dimension(the image is very small).
please let us know what is density parameter and how can we use it to get the output with the proper image dimensions.