[Mjpeg-users] Film studio standard image format.

2005-10-09 Thread John Gay
I know this has little bearing here, but I've been trying to find out this standard and now have reasonably reliable sources to quote. The colour depths commonly used include 16 and 32 bit int or floating point values, per channel! Rhythm Hues, developers of CinePaint use 16bit int * 4 channels.

Re: [Mjpeg-users] more - splitting an MJPEG to a series of JPEGs

2005-10-09 Thread Mark Heath
On 09/10/2005, at 2:43 PM, Bernhard Praschinger wrote: AnY good way to batCh process this on the CLI besides a for loop and ppntojpeg? I would use convert this way: for i in *.pnm; do convert $i `basename $i pnm`jpg; done convert can do the conversation to nearly every picture format.