How would i be able to increase the size of the images without blurring the pixels
Hi, you would need to increase both width and height by an integer number(exactly 2 times, 3 times, 4 times etc.)
besides using whole integers (as the other person replied) you must use "nearest neighbor" as the resize mode in your graphics software of choice