On 21. Jul 2012, at 4:24, 马仁安・ [via Software] wrote: > the "eq_compressor_image_cpp" project shows me to all rgba channels are > saved separately, then input into some compressor. > > My question is: if I write my own compressor/decompressor, the image, which > will be input into/out the compressor/decompressor, must be saved with rgba > channels separately or with original rgba format?
The input and output format are described in CompressorInfo, typically interleaved RGBA/BGRA formats. The compressor has nothing to do with the .rgb file saving, which is non-interleaved as specified by the file format. HTH, Stefan. -- View this message in context: http://software.1713.n2.nabble.com/image-channels-format-tp7580810p7580811.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

