Search found 5 matches

by wasow
2012-11-30T07:44:23-07:00
Forum: Bugs
Topic: pdf with internationnal title
Replies: 4
Views: 7584

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!
by wasow
2010-10-04T08:20:55-07:00
Forum: Users
Topic: Wrong colors after converting of some *.pct (PICT) images.
Replies: 4
Views: 9437

Re: Wrong colors after converting of some *.pct (PICT) image

fmw42 wrote:Post this problem to the Bugs forum and put a link back to this topic
Done: viewtopic.php?f=3&t=17202
by wasow
2010-10-04T08:19:51-07:00
Forum: Bugs
Topic: Wrong colors after converting of some *.pct (PICT) images.
Replies: 1
Views: 5252

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...
by wasow
2010-10-01T04:26:45-07:00
Forum: Users
Topic: Wrong colors after converting of some *.pct (PICT) images.
Replies: 4
Views: 9437

Re: Wrong colors after converting of some *.pct (PICT) image

Thanks for you reply.
fmw42 wrote:Hopefully someone else might be able to shed more light on this.
Hope so!
by wasow
2010-09-29T08:59:00-07:00
Forum: Users
Topic: Wrong colors after converting of some *.pct (PICT) images.
Replies: 4
Views: 9437

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...