i need to be able to open an image file (jpg) read pixel data, change pixel data, and save it as a file, without ever actually rendering it to the screen. in other words, there is no GUI. any ideas?
There are a few books available on sites like amazon (do a search for jpeg), including one with sample code in C++. I wasn't able to dig out anything on the web. Even the official jpeg group sells a book... I guess those are rather complicated specs.
If you are already familiar with those specs, the java.io package should provide you with everything you need to modify the file, without the need for a GUI. Good luck!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.