Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/facebookincubator/spectrum

A client-side image transcoding library.
https://github.com/facebookincubator/spectrum

android image-processing images ios transcoding

Last synced: about 2 months ago
JSON representation

A client-side image transcoding library.

Awesome Lists containing this project

README

        







Spectrum




CircleCI

Spectrum is a cross-platform image transcoding library that can easily be integrated into an Android or iOS project to efficiently perform common image operations.

The Spectrum APIs incorporate declarative traits. This simplifies the usage for the developer by focusing on the desired outcome. At the same time it enables Spectrum to transparently choose the best execution sequence. Additionally, Spectrum makes common image operations simple by surfacing many difficult operations that are not typically exposed by platform frameworks. For example, some JPEG-to-JPEG operations like cropping are executed lossless, and disabling chroma sub-sampling when saving graphical JPEGs will lead to better quality final products.

Find out more at our [website](https://libspectrum.io).

## Requirements

Spectrum was built with mobile iOS and Android in mind but could be wrapped for any platform.

## Getting started

Please refer to our _Getting Started chapters_ in our documentation to start using Spectrum to transcode your images on [Android](https://libspectrum.io/docs/getting_started_android) and [iOS](https://libspectrum.io/docs/getting_started_ios).

## Join the Spectrum community

Please use our [issues page](https://github.com/facebookincubator/spectrum/issues) to let us know of any problems.

For pull requests, please see the [CONTRIBUTING](./CONTRIBUTING.md) file for information on how to help out.

## License

Spectrum is [MIT-licensed](./LICENSE).