Releases: 0xMartin/BMPEditor
Releases · 0xMartin/BMPEditor
BMP Editor v0.2.1
BMP Editor v0.2.0
Available at
- Windows 10/11 64b
- Linux 64b (requires Qt6
sudo apt install qt5-default
)
Updates
- Added filters that use kernel
- Improved BMP load/save
- Workspace drawing - Vulkan segmentation bug fixed
- Add function for import any type of image as BMP 24b
Functions
- Open/Save BMP image (1b, 4b, 8b or 24b per pixel)
- View BMP image
- Custom code for BMP image
- Show raw data of BMP file header & BMP info header
- Show color palette (for BMP image 1b, 4b and 8b)
- Compute and show RGB histogram
- Image tranforms: rotate, flip
- Filters: sepia, invert color, grayscale, brihtness, contrast, color balance (if image use color palette, always recompute new color palette)
- Kernel transformation: custom kernel, blur, edge detection, emboss
- Steganography: Write & read messages (with CRC32)
- Change format of image: Format image to BMP 1b, BMP 4b, BMP 8 or BMP 24B
- History of transform & filter operations (undo, redo)
- Import any type of image as BMP 24b
BMP Editor v0.1.0
First version of BMP editor
- Windows 10/11 64b
Functions
- Open/Save BMP image (1b, 4b, 8b or 24b per pixel)
- View BMP image
- Show raw data of BMP file header & BMP info header
- Show color palette (for BMP image 1b, 4b and 8b)
- Compute and show RGB histogram
- Image tranforms: rotate, flip
- Filters: sepia, invert color, grayscale, blur, brihtness, contrast, color balance (if image use color palette, always recompute new color palette)
- Steganography: Write & read messages (with CRC32)
- Change format of image: Format image to BMP 1b, BMP 4b, BMP 8 or BMP 24B
- History of transform & filter operations (undo, redo)