Hi,
I'm making my first game using LÖVE2D. I wanted to implement a high score saving system and came up with a very obscure idea: editing random pixels' color values of the background sprite. All I need is a library that would allow me to access the file and edit it.
I saw that someone posted here about NekoLib, something that would fit this purpose very well, but it seems to be not available any more.
Do you know any small, simple libraries that would be useful?
Looking for an image editing library
Re: Looking for an image editing library
Load image, Draw to a canvas, paint on top, get ImageData and write to file.
You have a fancy toolkit with openGl bindings - what do you need an image editing library for?
You have a fancy toolkit with openGl bindings - what do you need an image editing library for?
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Looking for an image editing library
Exactly what is said above. All the stuff you need is included in Löve's basic functions. Play around. Start by doing everything listed above in that order. Look up ImageData on the Wiki if you need to.
-
- Prole
- Posts: 2
- Joined: Sat Feb 20, 2016 9:11 pm
Re: Looking for an image editing library
Ok, I didn't know you could do that. Thanks!
Who is online
Users browsing this forum: Google [Bot] and 0 guests