2 * Copyright 2008, Jérôme Duval, korli@users.berlios.de. All rights reserved.
3 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
4 * Distributed under the terms of the MIT License.
10 #include <GraphicsDefs.h>
12 #include <TranslatorFormats.h>
24 uint16 xMin
, yMin
, xMax
, yMax
;
31 uint16 hScreenSize
, vScreenSize
;
46 operator==(const rgba32_color
& other
) const
48 return red
== other
.red
&& green
== other
.green
&& blue
== other
.blue
;
53 extern status_t
identify(BMessage
*settings
, BPositionIO
&stream
, uint8
&type
, int32
&bitsPerPixel
);
54 extern status_t
convert_pcx_to_bits(BMessage
*settings
, BPositionIO
&source
, BPositionIO
&target
);