Skip to content

Releases: 0xMartin/BMPEditor

BMP Editor v0.2.1

13 Feb 10:00
Compare
Choose a tag to compare

Available at

  • Windows 10/11 64b
  • Linux 64b (requires Qt6 sudo apt install qt6-default)

Updates

  • Improved RGB histogram rendering

BMP Editor v0.2.0

12 Feb 22:48
Compare
Choose a tag to compare

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

11 Feb 23:16
Compare
Choose a tag to compare

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)