Hello,
Once more, I'm having a problem which I've been breaking my head about for a few hours searching Google to no avail, and came here again for some consult about.
The thing is this; I have an image file, the size of 16x16 pixels, and I want to paint it into a larger image as to fill it up by repititions of this image, in my current code, I do it pixel by pixel, however, that only works for rather small images and makes my program crush when the size is too big.
I was hoping that there would be a solution into cropping out a bunch of pixels and pasting them as-is into another image, I then found that the function Clone does something like that, well, half of it anyway, I can crop a rectangle of the 16x16 pixels I want, however I can't find a way to paste them onto the other image.
Google search for about 2 hours brought no fruit, is this even possible?
Thanks to any and all answers.