How to add a pixel width to an image.
Posted: Tue Jun 25, 2024 11:53 pm
Say I have an open image, is there a way to add a pixel or more to the width of it - To make it one pixel wider, 256x400 instead of 255x400.
Is there a way to copy an image into file to an open image, the open image being bigger than the image to be copied, and copying it will not change the size of the current image resulting in the current image containing the copied image in a corner?
What I am looking to do is be able to use POINT() on all points of the current image +1 on the width and as I am outputting Floyd Steinberg dithering, if the image is only the size it that Copyimage() imports, then I cannot use POINT(x+1,y).
Is there a way to copy an image into file to an open image, the open image being bigger than the image to be copied, and copying it will not change the size of the current image resulting in the current image containing the copied image in a corner?
What I am looking to do is be able to use POINT() on all points of the current image +1 on the width and as I am outputting Floyd Steinberg dithering, if the image is only the size it that Copyimage() imports, then I cannot use POINT(x+1,y).