Search found 5 matches

by Sulphur
2015-06-03T08:19:46-07:00
Forum: Users
Topic: List of TIFFs to layers in PSD, then back to TIFFs
Replies: 9
Views: 3587

Re: List of TIFFs to layers in PSD, then back to TIFFs

OK, yep, I can see that hidden layer are exported. But I still have a problem (with the top layer), which I hope to define more clearly...

First, let me describe what is happening with the generation of the PSD:
Using the command as above to create "batch_work.psd"... which lists the input files in ...
by Sulphur
2015-06-03T05:19:53-07:00
Forum: Users
Topic: List of TIFFs to layers in PSD, then back to TIFFs
Replies: 9
Views: 3587

Re: List of TIFFs to layers in PSD, then back to TIFFs

Still have the problem with hidden layers, but...

I was using this:
Version: ImageMagick 6.8.6-2 2013-06-23 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: ps
Which is shipped with Adobe Photoshop CC 2014.

But I tried ...
by Sulphur
2015-06-03T04:46:00-07:00
Forum: Users
Topic: List of TIFFs to layers in PSD, then back to TIFFs
Replies: 9
Views: 3587

Re: List of TIFFs to layers in PSD, then back to TIFFs

Thanks fmw42 ... I think I understand a bit better now.

I now have this for creating the PSD:
convert -respect-parentheses ^
( -label "Height" 20150602_height.tiff ) ^
( -label "Intensity" 20150602_intensity.tiff ) ^
( -label "Classification" 20150602_classification.tiff ) ^
( -clone 0-2 ...
by Sulphur
2015-06-02T09:50:50-07:00
Forum: Users
Topic: List of TIFFs to layers in PSD, then back to TIFFs
Replies: 9
Views: 3587

Re: List of TIFFs to layers in PSD, then back to TIFFs

Ok, searching around, I've got this so far...

convert ( -label "Intensity" 20150602_intensity.tiff -background none -flatten ) ( -label "Classification" 20150602_classification.tiff -background none -flatten ) ( -label "Height" 20150602_height.tiff -background none -flatten ) ( -clone 0--1 ...
by Sulphur
2015-06-02T08:29:49-07:00
Forum: Users
Topic: List of TIFFs to layers in PSD, then back to TIFFs
Replies: 9
Views: 3587

List of TIFFs to layers in PSD, then back to TIFFs

I'd like to be able to automatically (no input from user) do the following:
take a bunch of TIFFs (they are all the same size/colour range/etc.)
create a PSD where each TIFF is a layer
name the layers to something user-friendly
THEN , go the other way:
take a PSD with a bunch of layers
export ...