16.8 million color euphoria sequence loading
- Posted by mindwalker Apr 06, 2010
- 1839 views
I have an idea for a program that requires the ability to load a picture (.jpg, .bmp, .png, etc.) into an Euphoria sequence containing RGB sequences, RGB values for each picture pixel. I'm thinking 24-bit depth pictures. I don't plan on using Windows for this but will run it on the Microsoft platform (DOS). The program will manipulate the RGB values of individual pixels and then display these manipulated pictures.
I'm hoping for a set of standalone includes that I can add to my program to add the picture load capability.
I asked this question nearly a month ago and Don Cole suggested his deluxe viewer3. I haven't had time to review this in detail yet (took a 3 week vacation afk), but I don't think his code has a standalone set of includes and I'm not even sure it loads the pictures to an Euphoria sequence of RGB sequences. Sorry Don if I am wrong on this.
Before I go digging too deeply into Don's code or go off researching each of the picture formats in order to develop my own, can anyone point me to existing standalone functionality I can add to my program to allow it to load pictures to Euphoria sequences?