Hello,
when I make a "convert -colorspace RGB -density 288 preview.pdf -resize 100% preview.jpg" on OSX it work´s,
but on Linux the -colorspace option don´t work.
Why?
best regards,
kraffi
convert -colorspace Linux - OSX problem
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert -colorspace Linux - OSX problem
This may not be relevant to your colorspace issue, but to have two output images, the first needs to be preceded by -writeconvert -colorspace RGB -density 288 preview.pdf -resize 100% preview.jpg
convert -colorspace RGB -density 288 -write preview.pdf -resize 100% preview.jpg
Re: convert -colorspace Linux - OSX problem
preview.pdf is the input file.
@kraffi: What do you mean with "the -colorspace option don't work"?

@kraffi: What do you mean with "the -colorspace option don't work"?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert -colorspace Linux - OSX problem
You are right. I don't know what I was thinking. DOH!Drarakel wrote:preview.pdf is the input file.![]()

Re: convert -colorspace Linux - OSX problem
after the convert -colorspace on OSX the jpg - File colors are darker.
On Linux the File colors are the same.
Can gs produce the error, because on Linux is an older gs - Version as on OSX?
On Linux the File colors are the same.
Can gs produce the error, because on Linux is an older gs - Version as on OSX?