Search found 116 matches

by Carter J
2013-12-27T07:02:06-07:00
Forum: Bugs
Topic: Text is not readable on jpeg files
Replies: 14
Views: 15705

Re: Text is not readable on jpeg files

@snibgo, We are converting this PDF's First Page to a JPG file in order to display the output file as preview of the PDF file. And for converting the PDF we have different cases. In one case we might change the resolution of the Output. And in another we need to change the dimensions of the image. P...
by Carter J
2013-12-27T06:48:39-07:00
Forum: Bugs
Topic: Text is not readable on jpeg file when RESIZE option is used
Replies: 3
Views: 4903

Text is not readable on jpeg file when RESIZE option is used

Hi, I have used following command for converting the PDF file to a JPG file: convert C:\Users\DesktopUser\PDF\PDFFILE.pdf[0] -resize 800X600 C:\Users\DesktopUser\JPG\JPGFILE_withResize.jpg On the output jpg file JPGFILE_withResize.jpg the text is not readable. I am using ImageMagick-6.5.4. I have al...
by Carter J
2013-12-27T06:34:20-07:00
Forum: Bugs
Topic: Text is not readable on jpeg files
Replies: 14
Views: 15705

Re: Text is not readable on jpeg files

After removing profiles also I was able to the reproduce the issue. I used a plain convert command convert test.pdf test_convert.jpg . And when I use this resize option, I was not able to see the text on the output image files. Is there any alternate for this resize??? I have modified the convert co...
by Carter J
2013-12-27T04:35:33-07:00
Forum: Bugs
Topic: Text is not readable on jpeg files
Replies: 14
Views: 15705

Re: Text is not readable on jpeg files

Hi @snibgo, Please find the image url below in which I have compared the output jpeg with the PDF: https://www.dropbox.com/s/k5knc0vhvg3lq9d/Difference.png And we are also using different Convert commands with resize option also for resizing the output jpeg file. We are not able to read the content ...
by Carter J
2013-12-27T02:25:24-07:00
Forum: Bugs
Topic: Text is not readable on jpeg files
Replies: 14
Views: 15705

Re: Text is not readable on jpeg files

Hi, I have uploaded sample files in my dropbox. You can download them from the following links: https://www.dropbox.com/s/8wxi7r2sj20g8ga/2013fashiontrends.jpg https://www.dropbox.com/s/yhsmuja1swzdxn7/2013fashiontrends.pdf https://www.dropbox.com/s/2h6oxd0cmpej6qm/NikeHighTops.jpg https://www.dropb...
by Carter J
2013-12-26T04:31:53-07:00
Forum: Bugs
Topic: Text is not readable on jpeg files
Replies: 14
Views: 15705

Re: Text is not readable on jpeg files

Thanks @snibgo. I was able to read the text on the jpeg files after replacing the resample with density, but it does not resolve color issue.
by Carter J
2013-12-26T03:10:19-07:00
Forum: Bugs
Topic: Text is not readable on jpeg files
Replies: 14
Views: 15705

Text is not readable on jpeg files

Hi, I am converting PDF files into jpeg files using the following command: convert -resample 300 TESTTIF.tif -profile /tmp/test/ICCProfiles/Recommended/USWebCoatedSWOP.icc -profile "/tmp/test/ICCProfiles/Recommended/sRGB Color Space Profile.icm" TESTTIFFTOJPG.jpg While using the above comm...
by Carter J
2013-12-26T00:50:48-07:00
Forum: Bugs
Topic: Convert Command exiting without generating output File
Replies: 10
Views: 11487

Re: Convert Command exits without generationg output File

Thanks for the reply @snibgo, As we are using Third party component for generating PDF documents. As we have PDF component which can convert jpg files, MS word documents and some other image files to PDF documents. As the pdf which I gave you is MS Word document which we have converted it as a PDF d...
by Carter J
2013-12-20T07:28:05-07:00
Forum: Bugs
Topic: Convert Command exiting without generating output File
Replies: 10
Views: 11487

Re: Convert Command exits without generationg output File

Thanks @snibgo, I have done this convert command for the PDF document in the following https://www.dropbox.com/s/sewqqca7ii0i9hs/Test_DOC.pdf. The PDF document in the url is generated from a MS Word Document. Can you please let me know the error in this PDF.
by Carter J
2013-12-20T06:26:55-07:00
Forum: Bugs
Topic: Convert Command exiting without generating output File
Replies: 10
Views: 11487

Re: Convert Command exits without generationg output File

Thanks for the quick response, As these files are customer specific, I am not able to provide those files. While using latest version of ImageMagick - 6.8.7-10, I am facing other issue. For some pdf files converting them into a jpg files the same convert command produced a Black screen Image. For th...
by Carter J
2013-12-19T07:15:17-07:00
Forum: Bugs
Topic: Convert Command exiting without generating output File
Replies: 10
Views: 11487

Convert Command exiting without generating output File

Hi I have run a command which converts a tiff image to jpeg file. For this conversion I have used the below command convert -resample 300 TESTTIF.tif -profile /tmp/test/ICCProfiles/Recommended/USWebCoatedSWOP.icc -profile "/tmp/test/ICCProfiles/Recommended/sRGB Color Space Profile.icm" TES...