-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generated images is broken #199
Comments
Hi @latel, can you try installing the latest GraphicsMagick 1.3.42? |
I tried 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) |
@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: |
Sorry, my pdf is copyrighted, so I can't put it public, but I can try yout experiments. |
@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? |
@latel can you try not setting the density, width and height options just to check if it would properly convert this time? |
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? |
Hi. Same issue. Image are broken when using pdf2pic in docker with ghostscript & graphicsmagick installed from apt-get |
system infomation
Codes
result image
The text was updated successfully, but these errors were encountered: