次のコマンドを使用して、psd ファイルを jpg 形式のファイルに変換しようとしています。
gm -convert [input file name].psd -colorspace rgb -resize 150x150 -strip -quality 92 - sharpen 2 [output file name].jpg
gm -convert -clip -negate [input file name].psd -thumbnail 150x150 [output file name].jpg
どちらのコマンドも正常に動作していますが、RGB カラースペースを持つ一部の psd ファイルでは、正しいレンディションが生成されません。
助言がありますか??