I’ve been playing around with MIDP a bit and I’ve run into some problems because of the limited amount of heap space available (200K).
I’ve got a JPEG Image in a byte array and I’m wondering if there is a way to scale it down without
creating an Image object first?
My first thought was to just loop through the array and take out some bytes. :o But I doubt that will work.
Thanks,
Drew