Crop Pixel Playground is an app that allows you to crop an image into blocks of small images. It generates multiple chunks of small images from the given image, and all the processing is performed on your device without using any API. This app is free to use and is supported on Android, Windows, and the web.
This app is supported on
Android | Window | Web |
---|---|---|
![]() | ![]() |
To use the app, you need to set the x and y values and upload the image by tapping the upload image button. Then, adjust the zoom or pan to fit the grid and tap the capture button to crop the image. Sometimes, the loading Save button will enable you to save the cropped images. The app creates a zip file containing the cropped image, the main image, and a fileinfo.json.
Crop Pixel Playground is built using Flutter, which is ideal for making this kind of tool. Dart is the language in which Flutter is built, and it is a strongly typed language.
if you need more feature on this app, highly requested to create an issue on our GitHub repository https://github.com/biplobsd/cppg-build/issues tab.