About Pixel Shift Toolkit
Pixel Shift Toolkit is a free collection of web tools for everyday image, GIF, and short-video tasks. The core principle is simple: keep files on the user's device whenever browser technology can handle the job.
What the service is for
File conversion is common, but installing software or uploading files to remote servers can feel unnecessary. This site uses static pages and client-side JavaScript to make routine conversion work quick and approachable.
Current tools
- GIF compressor
- Images to GIF
- Image converter
- Video to GIF
- Background remover
- Image compositor
- Bulk image converter
- Image compressor
- Image resizer
- Image cropper
- HEIC converter
- Image to PDF
- Social thumbnail maker
- Color palette extractor
Technical direction
The site is built for static hosting such as Cloudflare Pages. Build output is plain HTML, CSS, and JavaScript, and file processing is handled with browser APIs and client-side libraries instead of a server upload API.
Open-source libraries
The background remover uses Google MediaPipe Tasks Vision Image Segmenter, a client-side machine learning tool distributed under the Apache 2.0 license.