Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebookincubator/spectrum
A client-side image transcoding library.
https://github.com/facebookincubator/spectrum
android image-processing images ios transcoding
Last synced: 3 days ago
JSON representation
A client-side image transcoding library.
- Host: GitHub
- URL: https://github.com/facebookincubator/spectrum
- Owner: facebookincubator
- License: mit
- Archived: true
- Created: 2018-10-03T19:58:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T18:56:52.000Z (10 months ago)
- Last Synced: 2025-01-01T16:02:40.339Z (20 days ago)
- Topics: android, image-processing, images, ios, transcoding
- Language: C++
- Homepage: https://libspectrum.io
- Size: 5.21 MB
- Stars: 1,989
- Watchers: 67
- Forks: 167
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/supported_image_flows.md
Awesome Lists containing this project
- awesome-list - spectrum - side image transcoding library. | facebookincubator | 1895 | (C++)
README
Spectrum
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).