Search found 43 matches

by jansuhr
2016-01-28T13:35:17-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

Well it is just saved as TIFF in Photoshop CC2015 with layers and transparency.

Jan
by jansuhr
2016-01-28T11:39:57-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

Ok I Installed over MacPort and got 6.9.2-10 and the command now works getting me a transparent PSD.

Must be some bug in the version I got.

Thanks for excellent support!!

Jan
by jansuhr
2016-01-28T10:23:54-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

With HomeBrew the latest version is the one I have. I'm not that comfortable with doing a Terminal installation of any higher version. I have LIBTIFF 4.0.4 Where can I find an update of that one?

Thanks

Jan
by jansuhr
2016-01-28T05:55:04-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

Must be a bug or something in the Mac version. If I run it in a PC with the following command:

Code: Select all

convert "Transparent.tif[1]" Transparent.psd
It works and create a proper transparent PSD
by jansuhr
2016-01-28T04:40:26-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

Thanks for you help so far.

If I do a identify on a PSD file, same file but as PSD it will show two images. But it is a PSD, totally different thing :-)


Jan
by jansuhr
2016-01-28T04:20:23-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

I only get one: Jans-iMac:~ jannes$ identify /Users/jannes/Desktop/CJPetterssontransparent.tif /Users/jannes/Desktop/CJPetterssontransparent.tif TIFF 1197x1277 1197x1277+0+0 8-bit sRGB 3.107MB 0.000u 0:00.000 identify: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag'...
by jansuhr
2016-01-28T04:00:21-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

I'm installing with HomeBrew on my Mac and it seems that the latest they provide is 6.9.1-10
by jansuhr
2016-01-28T03:58:14-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

I tried to remove the spaces but got the same error.

I have IM 6.9.1-10

Try to update and see if it gets better.

Jan
by jansuhr
2016-01-28T03:42:05-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

When I run the command I only get one answer back: Jans-iMac:~ jannes$ convert /Users/jannes/Desktop/CJ\ Pettersson\ transparent.tif -format "%[opaque]\n" info: convert: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/856. tru...
by jansuhr
2016-01-28T03:33:16-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

I get errors with that command: Jans-iMac:~ jannes$ convert "/Users/jannes/Desktop/CJ\ Pettersson\ transparent.tif[1]" /Users/jannes/Desktop/CJ\ Pettersson\ transparent2.psd convert: unable to open image `/Users/jannes/Desktop/CJ\ Pettersson\ transparent.tif': No such file or directory @ e...
by jansuhr
2016-01-28T03:11:59-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Re: Convert TIFF to PSD and keep transparency

Well, it is saved from Photoshop as an TIFF with one layer and it has an central rectangle that is transparent. So that is correct. That might also explain why I can not save it to a PSD with IM and keep the transparency. Here is another one with a more obvious transparency. https://dl.dropboxuserco...
by jansuhr
2016-01-28T01:49:15-07:00
Forum: Users
Topic: Convert TIFF to PSD and keep transparency
Replies: 23
Views: 12438

Convert TIFF to PSD and keep transparency

I have a workflow that receives TIFF-files now and then and I need to save them to PSD. First I have tried to find TIFF-files with transparency by using this command: convert infile.tif -format %[opaque] info: But this will give the answer true for both transparent and non-transparent files Secondly...