003
04.03.2013, 16:26 Uhr
Hans
Library Walker (Operator)
|
Hi,
also in der oben von mir verlinkten Doku von BITMAPINFOHEADER gibt es die Einstellungen BI_JPEG und BI_PNG nicht. Ich zitiere mal:
Zitat von MSDN: |
biCompression
Specifies the type of compression for a compressed bottom-up bitmap (top-down DIBs cannot be compressed). This member can be one of the following values. Value Description
BI_RGB An uncompressed format.
BI_BITFIELDS Specifies that the bitmap is not compressed and that the color table consists of three DWORD color masks that specify the red, green, and blue components of each pixel. This is valid when used with 16- and 32-bpp bitmaps. This value is valid in Windows Embedded CE versions 2.0 and later.
BI_ALPHABITFIELDS Specifies that the bitmap is not compressed and that the color table consists of four DWORD color masks that specify the red, green, blue, and alpha components of each pixel. This is valid when used with 16- and 32-bpp bitmaps. This value is valid in Windows CE .NET 4.0 and later.
You can OR any of the values in the above table with BI_SRCPREROTATE to specify that the source DIB section has the same rotation angle as the destination.
|
Nun kann es natürlich sein, dass Du da noch eine andere Bibliothek hast, die sich auch BITMAPINFOHEADER nennt. Wenn das so ist, (was ich zwar für unwahrscheinlich, aber nicht unmöglich halte) solltest Du es uns mitteilen, bevor wir aneinander vorbei schreiben.
Und du solltest auch nicht vergessen, das die Header, also die Dateiköpfe von JPG bzw. PNG anders definiert sind, als die von BMP-Dateien. (Wenn Du die oben verlinkten Seiten mal angeguckt hast, sollte es Dir aufgefallen sein, eine kurze Betrachtung mit einem HexEditor reicht auch schon.) Für Details klickst Du: BMP, PNG und JPG. Das sind jeweils Links zu Wotsit, einer Dateiformat Info Seite.
Hans -- Man muss nicht alles wissen, aber man sollte wissen, wo es steht. Zum Beispiel hier: Nachdenkseiten oder Infoportal Globalisierung. Dieser Post wurde am 04.03.2013 um 16:36 Uhr von Hans editiert. |