]> granicus.if.org Git - libjpeg-turbo/commitdiff
Update header description for grayscale bitmap support
authorDRC <dcommander@users.sourceforge.net>
Thu, 4 Nov 2010 22:42:18 +0000 (22:42 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 4 Nov 2010 22:42:18 +0000 (22:42 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@289 632fc199-4ca6-4c93-a231-07263d6284db

turbojpeg.h

index c8458e836a5d7856be75d808da125e36af89f8f9..e382e71549706df2ce6786ccd78c769091123e29 100644 (file)
@@ -99,7 +99,7 @@ DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
      as long as the pitch is greater than 0.)
   [INPUT] height = height (in pixels) of the source image
   [INPUT] pixelsize = size (in bytes) of each pixel in the source image
-     RGBA and BGRA: 4, RGB and BGR: 3
+     RGBA and BGRA: 4, RGB and BGR: 3, Grayscale: 1
   [INPUT] dstbuf = pointer to user-allocated image buffer which will receive
      the JPEG image.  Use the macro TJBUFSIZE(width, height) to determine
      the appropriate size for this buffer based on the image width and height.
@@ -189,7 +189,7 @@ DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle j,
      as long as the pitch is greater than 0.)
   [INPUT] height = height (in pixels) of the destination image
   [INPUT] pixelsize = size (in bytes) of each pixel in the destination image
-     RGBA/RGBx and BGRA/BGRx: 4, RGB and BGR: 3
+     RGBA/RGBx and BGRA/BGRx: 4, RGB and BGR: 3, Grayscale: 1
   [INPUT] flags = the bitwise OR of one or more of the flags described in the
      "Flags" section above.