BMPablo is a cross-platform desktop application designed for working with BMP images. This application supports loading BMP files of various color depths, specifically 1-bit, 4-bit, 8-bit, 16-bit, and 24-bit. BMPablo offers a range of features for image manipulation including horizontal and vertical flipping, rotation, and filter functions such as adjustable brightness, contrast, saturation, and color inversion. For added user convenience, the application also features a toggle between night and day modes, with the default mode being a dark theme and the secondary mode offering a light theme.
- Install all packages using
npm install
- To run in the dev mode use
npm run dev