Search found 6 matches

by dostajn
2015-09-12T23:12:27-07:00
Forum: Users
Topic: how can convert a multilayer psd file to single layer psd file?
Replies: 11
Views: 10483

Re: how can convert a multilayer psd file to single layer psd file?

When convert by this syntex:

Code: Select all

 convert openlayer.psd[0]  close_layer_by_IM.tif
have a PackBits!
if i use:

Code: Select all

 convert openlayer.psd[0] -compress none close_layer_by_IM.tif
all is ok.
I am updating my testing server, maybe this problem is solve in new version's.
by dostajn
2015-09-12T02:15:36-07:00
Forum: Users
Topic: how can convert a multilayer psd file to single layer psd file?
Replies: 11
Views: 10483

Re: how can convert a multilayer psd file to single layer psd file?

Thanks for your replay!
my list of compression list is:

Code: Select all

convert -list compress
B44
B44A
BZip
DXT1
DXT3
DXT5
Fax
Group4
JBIG1
JBIG2
JPEG
JPEG2000
Lossless
LosslessJPEG
LZMA
LZW
None
Piz
Pxr24
RLE
Zip
RunlengthEncoded
ZipS

by dostajn
2015-09-11T22:53:30-07:00
Forum: Users
Topic: how can convert a multilayer psd file to single layer psd file?
Replies: 11
Views: 10483

Re: how can convert a multilayer psd file to single layer psd file?

Both your tif images look the same. Using IM compare, I get zero difference compare -metric rmse close_layer_by_IM.tif close_layer_by_photoshop.tif null: 0 (0) So what is the problem? By the way, IM 6.7.7-10 is very old (about 140 versions old). You should probably upgrade if you can. :roll: :-o ...
by dostajn
2015-09-11T21:24:52-07:00
Forum: Users
Topic: how can convert a multilayer psd file to single layer psd file?
Replies: 11
Views: 10483

Re: how can convert a multilayer psd file to single layer psd file?

hi I apologize,I have a mistake about the DerOpent file. This file made By another program.(please forget .. :) ) for better distinguish my idea, please view two image bellow: we have a admin operator to get open layer file from designer and close that file and send to print server,so save open ...
by dostajn
2015-09-10T11:04:36-07:00
Forum: Users
Topic: how can convert a multilayer psd file to single layer psd file?
Replies: 11
Views: 10483

Re: how can convert a multilayer psd file to single layer psd file?

thnx for your replay:
I have send my question from work station and now contact from home and have any access to those files.
I send my files to you in saturday . :)
by dostajn
2015-09-10T06:23:29-07:00
Forum: Users
Topic: how can convert a multilayer psd file to single layer psd file?
Replies: 11
Views: 10483

how can convert a multilayer psd file to single layer psd file?

I want to convert a multilayer psd file to single layer psd file with linux bash script whitout photoshop, I use this command convert DerOpen.psd[0] DerOpent.psd But I found many changes when compare a single psd file that convert from "DerOpen.psd" by photoshop: #identify DerOpent* DerOpent.psd[0 ...