Ilan Simon

Show:

What's happening?

  • Followup: RE: Using ilLoadL from Delphi

    Obviously. It's the first thing being done at the top of the function. If I use ilLoadImage instead, it works. I still wish to use a stream as the data source. Assume the data copied into the array is a valid image data. Any other ideas? can somebody use the latest version and verify this as a bug? Thanks.

    2009-07-23 21:44:43 UTC in Developer's Image Library

  • Using ilLoadL from Delphi

    Hi, I'm trying to manipulate an image that I receive to a function as TStream. I want to load it from memory and avoid writing to files. // input variable declared as: inImage: TStream; // "lump" variable declared as: imgLump: Array of TILubyte; // in the function I do as follows: // setting input image into a "lump" SetLength(imgLump, inImage.Size);...

    2009-07-04 07:55:11 UTC in Developer's Image Library

About Me

  • 2009-07-04 (4 months ago)
  • 2553650
  • jaloobi (My Site)
  • Ilan Simon

Send me a message