carrot_image_utils 0.1.10

Util library for image processing
Documentation
# carrot_image_utils

This crate is util library for image processing by rust.

- Document
  - [crates.io]https://crates.io/crates/carrot_image_utils
  - [docs.rs]https://docs.rs/carrot_image_utils

## History

- For new release
- v0.1.10
  - Update Cargo.toml
- v0.1.9
  - Fix manifest and README.md
  - Move repository
- v0.1.8
  - Fix to_rect function
- v0.1.7
  - [Caution!] Refactor whole parts in this crate to use trait feature
- v0.1.6
  - Move repository
- v0.1.5
  - Fix the bug of function from gray image to binary image
  - [Caution!] Refactor whole parts in this crate to use trait feature
- v0.1.4
  - Add concat library
  - Refactor RGBThreshold
- v0.1.3
  - Refactor RGBThreshold
- v0.1.2
  - Refactor file organization
- v0.1.1
  - Refactor functions
- v0.1.0
  - Publish initial library