- Image hub
- A single page that organises multiple related tools by category or task type, reducing the need to navigate between separate URLs or applications. The free image tools hub groups compression, conversion, avatar generation, and utility tools in one findable location.
- Lighthouse
- Google's open-source automated auditing tool for measuring web page performance, accessibility, SEO, and best practices. Lighthouse metrics like Largest Contentful Paint are directly affected by image file size and format, making image optimisation one of the highest-impact performance improvements for most websites.
- Largest Contentful Paint (LCP)
- A Core Web Vitals metric measuring the time from page navigation to when the largest visible image or text block finishes rendering. Unoptimised hero images are the most common cause of poor LCP scores — compressing and resizing the hero to its display dimensions is the fastest fix.
- Sharp / libvips
- An open-source high-performance image processing library written in C. Sharp is the Node.js binding for libvips and is used by UtilityKit's server-side compression and conversion tools. It is faster than ImageMagick and produces higher quality output for most resizing and format conversion tasks.
- Browser-only tool
- A tool that performs all computation — file reading, processing, and output — inside the user's browser tab using JavaScript, Canvas, WebAssembly, or the Web APIs. Browser-only tools require no file upload, meaning your data never leaves your device.
- PFP / avatar
- Profile picture (PFP) or avatar — the square or circular photo displayed next to your username on social platforms, forums, and messaging apps. Each platform specifies a required pixel size, aspect ratio, and sometimes a minimum file size that the profile photo tools on this hub pre-configure automatically.