I am currently working on fractals, and when it comes to fractals, details are imperative. However, since I use Java, I run out of empty space when I get about 2000x2000px. Yes, I could increase a lot of space, but this is not a very elegant solution.
So my question is: Are there any image formats where I could write pixel data, how do I calculate it? If there are several, which ones are the easiest to understand? (Java libraries only support recording entire images at a time, from what I know).
Thanks!
source share