hitbyambulance
Active Member
as suggested in Wind & Water demo thread. so as to do artworks on the bus, with proper color calibration!
I really like the GP2X's screen. I feel that it's better than the DS Phat's, the PSP's, and at least on par with the DS lite's.Alex. said:I support this idea! It's a real pain to get colours right for the over-saturated GP2X screen, especially when working on a washed out monitor :wacko:
Yesssssssssssss!!!!! And it should optionally use a USB mouse! Must... have... that program!xnopasaranx said:Yeah, that would be a good idea! Maybe an accurate mode for pixel art and sort of a sandbox mode with some weird effects just for fun!
EDIT: Maybe something like MarioPaint too... something where you can make your own little goofy animation movies. That would be way cool...
No, a pixel editor is something like Microsoft Paint (only better, preferably). Think of it as a low-resolution version of Photoshop. Click here to learn more.Karrakunga said:Consider me stupid if I'm not understanding this correctly but your wanted a program where you can hover over the pixels and change the colour of them in some way? Like a paint program but limited to pixels?
It's just if that is the case it kinda sounds easy in my heads theory. If not tell me to shut up :lol:
Hehe, I'm such a Deux Ex MachinaAlex. said:I support this idea! It's a real pain to get colours right for the over-saturated GP2X screen, especially when working on a washed out monitor :wacko:
Was that a crack at my sexy BMP screenshots? :lol:A_SN said:The main problem to get started with that is the file I/O. I don't even know how to save a .png, let alone a .gif
A_SN said:Hehe, I'm such a Deux Ex MachinaAlex. said:I support this idea! It's a real pain to get colours right for the over-saturated GP2X screen, especially when working on a washed out monitor :wacko:
I was considering making a pixel editor anyways, kind of like Paint with layers. The main problem to get started with that is the file I/O. I don't even know how to save a .png, let alone a .gif
Hmm, yeah, could maybe do that with SDL and have each layer as a seperate surface, then when you save the image out, just blend the surfaces? Or maybe the tiredness is getting to me and I'm talking rubbish
EDIT: oh yeah, and I found this: http://www2.autistici.org/encelo/prog_sdldemos.php
scroll down to SaveSurf- think it saves SDL surfaces as PNGs
If anyone knows Python them PIL (Python Imaging Library) could be a good way to go maybe?A_SN said:Hehe, I'm such a Deux Ex Machina
I was considering making a pixel editor anyways, kind of like Paint with layers. The main problem to get started with that is the file I/O. I don't even know how to save a .png, let alone a .gif
Alex. said:Was that a crack at my sexy BMP screenshots? :lol:A_SN said:The main problem to get started with that is the file I/O. I don't even know how to save a .png, let alone a .gif
Haha, no, actualy, I only know how to write BMP images (that I use in my ARSE) but I made my own I/O functions for that
Goobers said:EDIT: oh yeah, and I found this: http://www2.autistici.org/encelo/prog_sdldemos.php
scroll down to SaveSurf- think it saves SDL surfaces as PNGs
Ewww SDL, no thanks, not for me.
Tripmonkey_uk said:If anyone knows Python them PIL (Python Imaging Library) could be a good way to go maybe?
I had a quick look over the features it supports a couple of weeks ago & it seems to have everything needed.
Ewww Python, are you out of your mind?
A_SN said:Alex. said:Was that a crack at my sexy BMP screenshots? :lol:A_SN said:The main problem to get started with that is the file I/O. I don't even know how to save a .png, let alone a .gif
Haha, no, actualy, I only know how to write BMP images (that I use in my ARSE) but I made my own I/O functions for that
Goobers said:EDIT: oh yeah, and I found this: http://www2.autistici.org/encelo/prog_sdldemos.php
scroll down to SaveSurf- think it saves SDL surfaces as PNGs
Ewww SDL, no thanks, not for me.
Tripmonkey_uk said:If anyone knows Python them PIL (Python Imaging Library) could be a good way to go maybe?
I had a quick look over the features it supports a couple of weeks ago & it seems to have everything needed.
Ewww Python, are you out of your mind?
ahaha, so we're gonna see some super optimised image editing tool from you then?
lol, maybe, if I find the motivation, and the I/O functions. By the way it'd be merely pixel-art oriented.Goobers said:ahaha, so we're gonna see some super optimised image editing tool from you then?