.PICT file support in windows
Hi all,
So I am trying to find a way to load vector images into the pict slider. I am hoping to allow for my pictctrl and pictslider objects to be scaled and maintain their quality.
I can load svg's with an fpic but none of other objects let me. When I try and save my svg's as .pct images max can't load them either.
......i have a feeling this is going to be one of the windows issues that I have to deal with.
thanks for any info
j
You need to have a full version of QuickTime on windows in order to load pict files. I would recommend using PNG format instead which is natively read by Juce.
Thanks for the reply.
The problem with .png is they are not vector, which is what I am hoping to use. Is there no vector support of any kind of for pictslider and pictctl?
thanks
j
GhostandtheMachine wrote on Tue, 28 April 2009 17:43Thanks for the reply.
The problem with .png is they are not vector, which is what I am hoping to use. Is there no vector support of any kind of for pictslider and pictctl?
Not at this time.
thanks for the answer