Scale: If your image clips in the level editor, it is because the level code is too big for the game (16,384 chars max, a normal image when converted is usually more than that)
This works by iterating through every pixel in the image, and turning it into a 1x1 lab block in the same position with the same color. Image:
Selected image:

Level code