About Store Forum Documentation Contact



Post Reply 
Image Import from memory
Author Message
Gajet Offline
Member

Post: #1
Image Import from memory
hi there,
idon't know if it's the best place to put this thread or not. i wanted to if there is a way to import an image from a memory file. the problem is there is webserver and i can download images from it but they are not gfx format so i have to import them. is there any way beside writeing the downloaded image into a file and then load it or not?
09-14-2010 11:47 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
RE: Image Import from memory
Hello,

There is a tutorial how to load png files from the EE renderer.
Just take a look at Tutorials\Source\Advanced\1 - Geometry, Graphics, Gui, Misc, Net, Sound\Graphics\Import Image.cpp

~Dynad

There is always evil somewhere, you just have to look for it properly.
(This post was last modified: 09-15-2010 08:06 AM by Dynad.)
09-15-2010 08:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Image Import from memory
Hello,
Currently you can import them only from files on disk.
09-15-2010 03:56 PM
Find all posts by this user Quote this message in a reply
Post Reply