Search found 5 matches
- Tue Jan 07, 2014 5:38 am
- Forum: Beginners Help
- Topic: Write Text to IImage
- Replies: 2
- Views: 298
Write Text to IImage
So, I have this little issue where I need to, as the title says, write a string to an IImage, but I can't seem to find a method for doing that. Is there a way, or if not, are there any pointers to write such a method?
- Sat Sep 21, 2013 7:49 pm
- Forum: Beginners Help
- Topic: Texture Extensions
- Replies: 6
- Views: 620
Re: Texture Extensions
Yeah, it's a really neat thing Google made. Anyway, I got it to work, thank you very much, all!
- Sat Sep 21, 2013 1:44 pm
- Forum: Beginners Help
- Topic: Texture Extensions
- Replies: 6
- Views: 620
Re: Texture Extensions
Sorry, filesize. PNG is good, but I was really hoping I could implement WebP, since bandwidth is finite and expensive. Is there a guide that would help me edit Irrlicht to allow WebP textures?
- Fri Sep 20, 2013 8:47 pm
- Forum: Beginners Help
- Topic: Texture Extensions
- Replies: 6
- Views: 620
Re: Texture Extensions
The textures almost always are just straight drawing of the pictures, though, and usually no more than 30 or so at a time. I wanted to use WebP to help with server issues, but do you suppose the compressed textures would work better?
- Fri Sep 20, 2013 1:26 am
- Forum: Beginners Help
- Topic: Texture Extensions
- Replies: 6
- Views: 620
Texture Extensions
Sorry to bug anyone reading this, but I seem to be stuck. A project I'm working on uses a ton of images (about 615 MB), so I was looking into the WebP image format, which should reduce the size by a lot. Problem is, Irrlicht doesn't want to work with it, and I can't seem to figure out how to extend ...