This is fixed in 6.9.2-6 by Dirk Lemstra
Thank you very much Dirk.
Search found 13 matches
- 2015-11-23T01:20:09-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
- 2015-10-29T05:52:43-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
Hi Dlemstra,
Thank you for your response. I tried ImageMagick 6.9.0-7 and it works without issues. We will freeze on this version for an upcoming project. Appreciate all your help.
Best Regards,
Thank you for your response. I tried ImageMagick 6.9.0-7 and it works without issues. We will freeze on this version for an upcoming project. Appreciate all your help.
Best Regards,
- 2015-10-29T02:14:27-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
Hi,
Can you please let us know if this is scoped to be fixed in the near future?
Thanks in advance,
Can you please let us know if this is scoped to be fixed in the near future?
Thanks in advance,
- 2015-10-22T21:24:48-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
Hello,
Thanks for the response. I removed -profile & .icm profile altogether but the black jpg output persists.
Best Regards
Thanks for the response. I removed -profile & .icm profile altogether but the black jpg output persists.
Code: Select all
convert city.JPG[0] -limit memory 2048 -limit map 4096 -limit area 8192 -quality 80 -strip -filter Lanczos -colorspace RGB -resize 640x480 city768088308.jpg
- 2015-10-21T10:29:55-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
Black output when limits are set.
https://temp-share.com/f/cxfrwklioc
convert.exe city.JPG[0] -limit memory 2048 -limit map 4096 -limit area 8192 -quality 80 -strip -filter Lanczos -profile "sRGB Color Space Profile.icm" -colorspace RGB -resize 640x480 city768088308.jpg
https://temp-share.com/f/cxfrwklioc
convert.exe city.JPG[0] -limit memory 2048 -limit map 4096 -limit area 8192 -quality 80 -strip -filter Lanczos -profile "sRGB Color Space Profile.icm" -colorspace RGB -resize 640x480 city768088308.jpg
- 2015-10-21T05:30:29-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
The conversion works for us under Linux. What happens if you save to PNG rather than JPEG? If that works try adding -define jpeg:optimize-coding=true to your command-line. Did that help? PNG output works fine but the above code did not help. We need jpg output. As I mentioned, this works fine in 6 ...
- 2015-10-21T05:24:08-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
Hi,
Thank you for the response. We find that this worked fine in 6.8.8-10. We hit this issue when migrating to the latest version 6.9.2-4. This issue occurs even with some jpg images as small as 90kb. I will share it as well for your reference.
Thanks in advance,
Thank you for the response. We find that this worked fine in 6.8.8-10. We hit this issue when migrating to the latest version 6.9.2-4. This issue occurs even with some jpg images as small as 90kb. I will share it as well for your reference.
Thanks in advance,
- 2015-10-21T02:30:00-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
Hi,
Were you able to reproduce the issue?
Thanks in advance,
Were you able to reproduce the issue?
Thanks in advance,
- 2015-10-19T11:36:17-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Re: Black image output when memory limit is set
Thanks for your response. Please find the link to a sample file:
https://temp-share.com/f/frwktjumvf
https://temp-share.com/f/xfrwktzfxx
OS: Windows Server 2008 R2
https://temp-share.com/f/frwktjumvf
https://temp-share.com/f/xfrwktzfxx
OS: Windows Server 2008 R2
- 2015-10-16T03:43:36-07:00
- Forum: Bugs
- Topic: Black image output when memory limit is set
- Replies: 16
- Views: 13775
Black image output when memory limit is set
Hi, We find some regression error with the latest IMagick 6.9.2-4 When we specify [memory, map, area] limits while converting CMYK colorspace PDFs to RGB then the output result is a black image(we are using Ghostscript 9.06 due to licensing limitations). convert.exe Janmashtami.pdf -limit memory 2MB ...
- 2015-04-29T01:58:22-07:00
- Forum: Users
- Topic: Jpeg image resize causing blurring of text
- Replies: 2
- Views: 2563
Jpeg image resize causing blurring of text
While converting PDF to Jpg & resizing it the text is blurred and is unreadable. The output image needs to be at the most 1280 and density of 300. The sample input file: https://drive.google.com/file/d/0B3z58vqDkEGEQldXZnAtaHM3ZW8/view?usp=sharing The command I am using: convert.exe -density 300 ...
- 2013-04-04T10:51:04-07:00
- Forum: Bugs
- Topic: Not Able to Set Pdf Transparency Color
- Replies: 2
- Views: 3535
Re: Not Able to Set Pdf Transparency Color
Hi, Thanks for the reply. Yes, the Pdf has white design patterns. To see it in Acrobat reader -> Preferences -> Page Display -> Display Transparency Grid I tried the command you suggested but I still have the same issue; does not work with the problematic pdf. This did the trick however: convert.exe ...
- 2013-04-04T04:02:26-07:00
- Forum: Bugs
- Topic: Not Able to Set Pdf Transparency Color
- Replies: 2
- Views: 3535
Not Able to Set Pdf Transparency Color
Hi Experts, I am using the following 2 commands successfully to replace PDF transparency color with any custom color: convert.exe Transparent.pdf -background #FF0077 -flatten -resize 400x400 Transparency-1.jpg convert.exe Transparent.pdf[0] -bordercolor #FF0077 -border 0 -alpha off -resize 400x400 ...