Open latel opened 9 months ago
Hi @latel, can you try installing the latest GraphicsMagick 1.3.42?
I tried 1.3.42
through compiling source code, still not working
gm -help
GraphicsMagick 1.3.42 2023-09-23 Q8 http://www.GraphicsMagick.org/
Copyright (C) 2002-2023 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.
Usage: gm help command [options ...]
Where commands include:
batch - issue multiple commands in interactive or batch mode
benchmark - benchmark one of the other commands
compare - compare two images
composite - composite images together
conjure - execute a Magick Scripting Language (MSL) XML script
convert - convert an image or sequence of images
help - obtain usage message for named command
identify - describe an image or image sequence
mogrify - transform an image or sequence of images
montage - create a composite image (in a grid) from separate images
time - time one of the other commands
version - obtain release version
May be I should install a newer imagemagick version?
I compile imagemagick 7.1.1.-28, still not working
$ convert -version
Version: ImageMagick 7.1.1-28 (Beta) Q16-HDRI x86_64 0225ac41a:20240121 https://imagemagick.org
Copyright: (C) 1999 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP(4.5)
Delegates (built-in): bzlib ltdl zlib
Compiler: gcc (8.3)
here's converted image
@latel have you tried it with a different pdf file? can you send us the pdf you are trying to convert so we can also check.
@yakovmeister I also had the same issue. I tried in the AWS Lambda. Here is the PDF: https://drive.google.com/file/d/1ReoTNHr6wLiFFWPBNaJmLR2_oxwjLdBm/view?usp=sharing
Broken images:
@latel have you tried it with a different pdf file? can you send us the pdf you are trying to convert so we can also check.
Sorry, my pdf is copyrighted, so I can't put it public, but I can try yout experiments.
@yakovmeister I also had the same issue. I tried in the AWS Lambda. Here is the PDF: https://drive.google.com/file/d/1ReoTNHr6wLiFFWPBNaJmLR2_oxwjLdBm/view?usp=sharing
Broken images:
@awolad I can confirm that the pdf link you sent me atleast worked on default option bulk convert.
can you also share the options you used for converting?
Sorry, my pdf is copyrighted, so I can't put it public, but I can try yout experiments.
@latel can you try not setting the density, width and height options just to check if it would properly convert this time?
@yakovmeister I also had the same issue. I tried in the AWS Lambda. Here is the PDF: https://drive.google.com/file/d/1ReoTNHr6wLiFFWPBNaJmLR2_oxwjLdBm/view?usp=sharing Broken images:
@awolad I can confirm that the pdf link you sent me atleast worked on default option bulk convert.
can you also share the options you used for converting?
Sure! I used the default options, but my environment was AWS Lambda. It worked for me on the local machine as well.
Did anyone solve this? I'm facing a very similar issue where converting pdf to png works fine on my local machine, and when running in AWS, the output image is just blank, or if I use the buffer the image is exactly like the image mentionned initially in the issue
system infomation
Codes
result image