Search found 5 matches
- 2012-11-30T07:44:23-07:00
- Forum: Bugs
- Topic: pdf with internationnal title
- Replies: 4
- Views: 7659
Re: pdf with internationnal title
Confirms! $ echo $LANG ru_RU.UTF-8 $ convert Документы.jpg Документы.pdf gives pdf with title "ÐокÑменÑÑ" $ echo 'ÐокÑменÑÑ' | iconv -f utf-8 -t iso-8859-1 Документы Why pdf title is converted from iso-8859-1 to utf-8??? This is a huge problem, because there no any workarounds!
- 2010-10-04T08:20:55-07:00
- Forum: Users
- Topic: Wrong colors after converting of some *.pct (PICT) images.
- Replies: 4
- Views: 9476
Re: Wrong colors after converting of some *.pct (PICT) image
Done: viewtopic.php?f=3&t=17202fmw42 wrote:Post this problem to the Bugs forum and put a link back to this topic
- 2010-10-04T08:19:51-07:00
- Forum: Bugs
- Topic: Wrong colors after converting of some *.pct (PICT) images.
- Replies: 1
- Views: 5284
Wrong colors after converting of some *.pct (PICT) images.
When I try to convert such *.pct images to *.jpg (or to another format): $ identify -verbose PICT.pct | grep -ie format -e colorspace Format: PICT (Apple Macintosh QuickDraw/PICT) Colorspace: RGB $ convert -size 3072x2048 -quality 100 -colorspace RGB PICT.pct PICT.JPG I get image with strange (wrong ...
- 2010-10-01T04:26:45-07:00
- Forum: Users
- Topic: Wrong colors after converting of some *.pct (PICT) images.
- Replies: 4
- Views: 9476
Re: Wrong colors after converting of some *.pct (PICT) image
Thanks for you reply.
Hope so!fmw42 wrote:Hopefully someone else might be able to shed more light on this.
- 2010-09-29T08:59:00-07:00
- Forum: Users
- Topic: Wrong colors after converting of some *.pct (PICT) images.
- Replies: 4
- Views: 9476
Wrong colors after converting of some *.pct (PICT) images.
When I try to convert such *.pct images to *.jpg (or to another format): $ identify -verbose PICT.pct | grep -ie format -e colorspace Format: PICT (Apple Macintosh QuickDraw/PICT) Colorspace: RGB $ convert -size 3072x2048 -quality 100 -colorspace RGB PICT.pct PICT.JPG I get image with strange (wrong ...