How to create Raw Image Data



Hi,

I need to open an image and pass it to another unit as a Raw Image Data
(etc. it is an array of bytes with length equals
ImageWidth*ImagehHeigth*3 for 24bit per pixel format, image looks
RGBRGBRGB...RGB).

How to make it fast?

Thanks in advise,
Eugene.

.



Relevant Pages

  • Re: Using INDEX twice??
    ... ...and then use conditional formatting to hide any error value that may ... to the first cell in the range) which meets the specified criteria. ... IF function returns an array of numbers, ... FALSE*TRUE equals 0 ...
    (microsoft.public.excel.worksheet.functions)
  • Re: compare two byte[] s
    ... All of the very similar overloaded methods in java.util.Arrays, for example, would fit neatly into instance methods of an array class. ... Since each array is its own special class, the virtual machine has to synthesize special class objects for arrays. ... One thing that could really bloat these objects would be to have to define methods for /every/ single array type. ... The equals methods are between 54 bytes and 78 bytes. ...
    (comp.lang.java.programmer)
  • Re: This should be easy...
    ... > saying if the range B2:D2 is blank, then column equals zero? ... and the results will be returned as an array which MAX works on. ... > "Total" cell. ...
    (microsoft.public.excel.worksheet.functions)
  • Simple Perl
    ... print header, start_html("Carrier Validation Test Architecture"), ... while values of the array are not empty. ... if the array value equals blank. ...
    (comp.lang.perl.misc)
  • Re: Discarding unread data after scanf()
    ... A call to fscanf with stdin as the first argument, ... ** If rc equals EOF, then the end of file was reached, ... then there is a string in the array. ... ** then the extra characters are discarded. ...
    (comp.lang.c)