/* rgb888 targets */
+ printf("\n");
+
dstpf.parse("rgb888");
srcpf.parse("rgb888");
/* rgb565 targets */
+ printf("\n");
+
dstpf.parse("rgb565");
srcpf.parse("rgb888");
/* rgb232 targets */
+ printf("\n");
+
dstpf.parse("rgb232");
srcpf.parse("rgb888");
/* rgb565 with endian conversion (both ways) */
+ printf("\n");
+
dstpf = rfb::PixelFormat(32, 24, false, true, 255, 255, 255, 0, 8, 16);
srcpf = rfb::PixelFormat(32, 24, true, true, 255, 255, 255, 0, 8, 16);