Tremorblue
Programmer
I want to load a JPEG file into an Image.
Then draw that JPEG onto other images.
I found this link which helped.
This uses the assign method.
Is there a way to avoid this as my program relies on the draw function and I would rather not have JPEG and BMP files treated separately. I want them loaded and then all treated as bitmaps.
Any help much appreciated.
Then draw that JPEG onto other images.
I found this link which helped.
This uses the assign method.
Is there a way to avoid this as my program relies on the draw function and I would rather not have JPEG and BMP files treated separately. I want them loaded and then all treated as bitmaps.
Any help much appreciated.