Changelog
A running log of changes — new tools, refinements, fixes.
— S., [email protected]
31 July 2026 — 50 more tools, and a nav rebuild (75 → 125)
- Format conversion (10 new). AVIF, ICO, BMP and GIF now convert to PNG, and PNG now converts out to BMP (real 24-bit and 32-bit files), TIFF (uncompressed RGB/RGBA) and SVG (traced to vector shapes, or wrapped). The BMP and TIFF encoders are written byte by byte in the browser. Plus, for developers, byte arrays in six languages, BlurHash with a decoded preview, and ASCII art.
- Optimize (8 new). Target file size binary-searches encoder quality to land under a KB figure you type. Reduce colors quantises with Floyd–Steinberg dithering and reports the bytes saved. Remove metadata strips EXIF, timestamps and colour profiles at the chunk level, passing the pixels through untouched. Also Change DPI, Social media sizes, Thumbnail set, Upscale and Pixel-art upscale.
- Layout and geometry (8 new). Join images, Overlay images with sixteen blend modes, Seamless pattern, Drop shadow, Add outline, Crop to ratio, Add padding and Polygon crop.
- Effects (11 new). Gradient map, Halftone, Dither (Floyd–Steinberg, Atkinson, Bayer), Edge detect, Emboss, Posterize, Vignette, Motion blur, Hue rotate, Colour temperature and Gamma.
- Generators (6 new), no file needed. Gradient, Text to PNG, Placeholder, Checkerboard, Noise texture and Transparent PNG.
- Inspection (7 new). Chunk viewer decodes every PNG chunk with its CRC status; PNG validator runs the specification's structural checks; Transparency checker separates declared alpha from measured; Find duplicates uses a two-axis perceptual hash. Plus Histogram, Dominant colours and Average colour.
- Navigation rebuilt. The catalogue now lives in one registry that drives the megamenu, the footer, the homepage index and the sitemap, so they can't drift apart. Two new categories — Layout and Alpha — and long menus wrap into columns instead of running off the bottom of the screen.
19 July 2026 — 50 new tools (25 → 75)
- Two new categories: Effects and Colors.
- Effects (12): sharpen, sepia, duotone, change colour, black & white, brightness, contrast, saturation, glitch, duplicate grid, mirror and zoom.
- Colour-space splits (7): RGB, HSL, HSV, HSI, CMYK, YCbCr and LAB, each channel exported as a greyscale PNG in a ZIP.
- Palette generators (7): complementary, split-complementary, analogous, triadic, tetradic, monochromatic and shades — from a base colour, no image needed.
- Shape masks and geometry (8): square, star, wavy edges, rotate by angle, skew, canvas size, aspect ratio and fit-in-rectangle.
- Base64 both ways, plus opacity, circle crop, blur, grayscale, noise, alpha channel remove / extract / invert, and the analyze family (dimensions, file size, colour count, orientation).
10 May 2026 — initial launch
- 25 image tools across five mega-menu categories — Convert, Optimize, Transform, Generate, Inspect.
- Batch mode by default. Drop multiple files; get one processed file per input where it makes sense, or a single combined output.
- Convert (6): PNG → JPG, PNG → WebP, JPG / WebP → PNG, SVG → PNG, PNG → PDF, PNG → ICO.
- Optimize (4): Compress, Resize, Crop, Auto-trim.
- Transform (8): Rotate / flip, Background, Round corners, Border / frame, Pixelate / blur, Watermark, Sprite sheet, Split tiles.
- Generate (3): Solid color, Favicon kit, OG image.
- Inspect (4): Image viewer, Inspector, Color picker, Image diff.
- Sample PNGs in datasets.