Hi all. I'm developing a simple project using gt4.
I need to have an image into my resource. I put an int array into my resource where I save the image serialized trough the PixelGrabber class, so one int for each image pixel.
I found this way very heavy because the array is too long also with images of 100KB. The container can't manage this kind of resource.
Do you please know a clever way to do it? I can't transfer the file with a service like ftp but I need to serialize it and send it trough my service, it's a project specification.
Thanks to all Giuseppe
