Are my images uploaded?
No. Resizing happens locally in your browser, so the selected image never leaves your device.
Should I resize by pixels or percentage?
Use pixels when you need an exact width and height. Use percentage when you want a quick proportional scale, such as half size at 50%.
What does locking the aspect ratio do?
It keeps the original width-to-height relationship. Changing one dimension automatically updates the other so the image does not look stretched.
What happens to transparency?
PNG and WebP output can preserve transparent areas. JPG does not support transparency, so transparent areas are placed on a white background.
Why are very large dimensions blocked?
Extremely large canvases can exhaust browser memory or fail differently across devices. ToolNest limits output to 16,384 pixels per side and 64 megapixels.