chyh1990 / imageproc

An advanced image processing library for Rust.
MIT License
106 stars 8 forks source link

Switch from FreeImage to PistonDevelopers/image #3

Open phdoerfler opened 8 years ago

phdoerfler commented 8 years ago

Or at least offer it as an alternative backend.

chyh1990 commented 8 years ago

PristonDevelopers/image reimplements decoders for several image formats in Rust. But it seems impossible to support every variants of these formats (e.g. non-baseline jpeg, some PNG features).

So I use FreeImage to decode images. Maybe it would be good to offer a PristonDevelopers/image IO backend.

theotherphil commented 8 years ago

Note that PistonDevelopers contains an image processing library (which confusingly has the same name as this one - my fault for not checking for name collisions) which does use PistonDevelopers/image as its backend: https://github.com/PistonDevelopers/imageproc.

(I hope advertising other projects here isn't considered bad form.)