hdim-core 0.1.0

Core logic and image manipulation algorithms for HDIM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# hdim-core


Core logic and image manipulation algorithms for HDIM (High Definition Image Manipulator).

This library provides:

- Image loading and saving using the `image` crate.
- High-level abstraction for image adjustments (brightness, contrast, saturation, etc.).
- Transform operations (rotation, flipping, cropping).
- EXIF metadata parsing and management.
- Undo/Redo history tracking.
- Localization support.

Part of the [hdim](https://github.com/HardBoss07/hdim project.