Page 1 of 1
multi page formats
Posted: Thu Nov 10, 2005 5:33 pm
by Alessandro
Hi,
I tryed to store thumbnails into a multi layered psd.
The problem is that while acdesee shows only the layer on top of the stack (of layers), I can't see only this layer into PS trial, weird no? any idea?
Talking about multilayerd formats, psd is ok, but I'd like to use a format which uses jpeg compression to obtain smaller files.
I know that pdf and tiff can do it, but pdf isn't supported, what about tiff or other formats?
Best regards.
Posted: Thu Nov 17, 2005 4:00 pm
by Guest
Hi,
I forgot to write a couple of questions:
1) if I already have a psd and I want to add only 1 layer on the top of the stack, can I update the psd or have I to rewrite all its layers? (hope no)
2) maybe psd can hold an unlimited number of layers, but if this isn't the case or gfllib supports a format which has that limit, how can be retrieved it?
Just as remark... if you need my code I'll attach it.
Posted: Mon Nov 28, 2005 8:35 am
by Alessandro
...
Re: multi page formats
Posted: Sun Dec 04, 2005 1:54 pm
by xnview
Alessandro wrote:Hi,
I tryed to store thumbnails into a multi layered psd.
The problem is that while acdesee shows only the layer on top of the stack (of layers), I can't see only this layer into PS trial, weird no? any idea?
Talking about multilayerd formats, psd is ok, but I'd like to use a format which uses jpeg compression to obtain smaller files.
I know that pdf and tiff can do it, but pdf isn't supported, what about tiff or other formats?
You can use tiff to store multi page
Posted: Sun Dec 11, 2005 9:14 pm
by Alessandro
Sorry to bother you...
I was able to write the code to store multilayered tiff files but
1)
GFL_JPEG isn't documented in help file (for tiff which uses jpeg compression) so you could add it into the help file of the next version of your library
2)
multilayer tiff files are loaded correctly by acdsee but photoshop loads it as if they aren't multilayer and in my app channels are inverted even if I use ColorSpacaceConvert() function.
Talking about ColorSpaceConvert() function... loadImage() doesn't upsample correctly all the images <24bits, I solved it calling the ConvertColorSpace() function but I wonder how much it slows down the loading...
Thanks for your help again.
Posted: Wed Feb 01, 2006 10:05 am
by xnview
Alessandro wrote:Sorry to bother you...
I was able to write the code to store multilayered tiff files but
1)
GFL_JPEG isn't documented in help file (for tiff which uses jpeg compression) so you could add it into the help file of the next version of your library
2)
multilayer tiff files are loaded correctly by acdsee but photoshop loads it as if they aren't multilayer and in my app channels are inverted even if I use ColorSpacaceConvert() function.
Talking about ColorSpaceConvert() function... loadImage() doesn't upsample correctly all the images <24bits, I solved it calling the ConvertColorSpace() function but I wonder how much it slows down the loading...
Thanks for your help again.
Could you send the result file, and source code?