- What resize algorithms are available?
- Nearest-neighbor (fastest, pixel art), bilinear (smooth, fast), bicubic (smooth, slower), and Lanczos (sharpest, slowest). Lanczos is recommended for photographic downscaling.
- Can I resize by percentage instead of pixels?
- Yes — toggle between pixel dimensions and percentage scaling. 50% halves both dimensions; use this mode to reduce all images uniformly without knowing their original sizes.
- Does it handle animated GIFs?
- Animated GIFs are resized frame-by-frame. Each frame is resized and the animation timing is preserved. Output file size increases proportionally to the number of frames.