Re: Get RAW Bitmap Data from a file

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



FYI, the problem has been solved. The printer expected the pixel data column by column, not row by row, which was not documented. After finding this out, we had to write a function that changes the orientation of the retrieved bitmap's pixel data (which was not simple because of 1bpp format).

So, if anybody has the same printer and problem, this is the answer. :)


Armin

.



Relevant Pages

  • Re: Is compressed pixel data in unencapsulated format valid?
    ... syntax and includes the pixel data in unencapsulated format, ... encoding it in a fragment. ... encapsulated format and not present in unencapsulated format. ... the second one is indeed the jpeg stream. ...
    (comp.protocols.dicom)
  • Re: PGM file
    ... >>in the header of PGM file ... > One indicates that the pixel data is encoded as (portable but big and ... > slow) ASCII values, while the other indicates raw byte data that is ... There is no endian issue with the 8-bit format. ...
    (sci.image.processing)
  • Re: loading bitmaps from files
    ... > I'm writing a programme which needs to load bitmap files from ... > disk and then access the raw pixel data. ... > that raw data as one plane, ... If you want 32bpp format, you have to ask for it. ...
    (microsoft.public.vc.language)
  • Re: Image Xobject as external object
    ... collection of pixel data in the format required by PDF, ... in the PDF Reference. ...
    (comp.text.pdf)
  • Re: the most efficient way to send data to a GPU
    ... // format of pixel data ... card is going to convert it anyway so you can cut out the ... data conversion (converting it yourself as you receive it ...
    (comp.graphics.api.opengl)