The End Is Nigh

Posted by S3xySeele on Jan. 7, 2012, 6:44 p.m.

The end of my leave period, that is. I go back to San Diego tomorrow, and then it's back to work the following day.

I also plan to end my break from Pokemon Purple, and resume development of it on the 10th. My failed attempt of a game for F4D will be put on the backburner for now, but eventually I'll come back to it and make it into a fully-functional and polished game.

In other news, I'm currently considering creating a program for reading and writing my CSB image format using means other than Game Maker. Right now I'm considering using either Java or Python, because I at least have some experience with those, even if it is minor and very rusty.

I need to be able to open image files (JPG,GIF,PNG,etc.), read the colors of individual pixels within the image, and read/write files on a byte level. Any opinions on what languages are the easiest to do these things in?

Comments

Alert Games 12 years, 11 months ago

enjoy your time back! hope your programming goes well

JuurianChi 12 years, 11 months ago

Cool, can't wait to see more of Pokemon Purple.

Astryl 12 years, 11 months ago

Quote:
I need to be able to open image files (JPG,GIF,PNG,etc.), read the colors of individual pixels within the image, and read/write files on a byte level. Any opinions on what languages are the easiest to do these things in?

Python or C.

Personally, for byte-based reading/writing I use C because I'm more familiar with it; of course, you'll need to know how to navigate the image data.

S3xySeele 12 years, 11 months ago

I don't plan on reading the regular formats such as JPG at byte level, just my own custom format. Which I'd hope I know how to navigate, considering I created it. lol