Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/ifjpeg-turbo
Accelerated JPEG Susie plugin
https://github.com/uyjulian/ifjpeg-turbo
jpeg jpeg-turbo jpg plugin sph spi susie susie-plugin
Last synced: about 1 month ago
JSON representation
Accelerated JPEG Susie plugin
- Host: GitHub
- URL: https://github.com/uyjulian/ifjpeg-turbo
- Owner: uyjulian
- License: mit
- Created: 2019-09-28T19:07:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T20:07:52.000Z (3 months ago)
- Last Synced: 2024-10-18T20:45:22.017Z (2 months ago)
- Topics: jpeg, jpeg-turbo, jpg, plugin, sph, spi, susie, susie-plugin
- Language: C
- Homepage:
- Size: 57.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Accelerated JPEG Susie plugin
This plugin allows accelerated reading of JPEG images in Susie plugin-compatible image viewers.
## Downloads
The following binaries are available:
* [Win32 (Intel 32-bit GCC)](https://github.com/uyjulian/ifjpeg-turbo/releases/latest/download/ifjpeg-turbo.intel32.gcc.7z)
* [Win32 (Intel 64-bit GCC)](https://github.com/uyjulian/ifjpeg-turbo/releases/latest/download/ifjpeg-turbo.intel64.gcc.7z)
* [Win32 (Intel 32-bit Clang)](https://github.com/uyjulian/ifjpeg-turbo/releases/latest/download/ifjpeg-turbo.intel32.clang.7z)
* [Win32 (Intel 64-bit Clang)](https://github.com/uyjulian/ifjpeg-turbo/releases/latest/download/ifjpeg-turbo.intel64.clang.7z)
* [Win32 (ARM 32-bit Clang)](https://github.com/uyjulian/ifjpeg-turbo/releases/latest/download/ifjpeg-turbo.arm32.clang.7z)
* [Win32 (ARM 64-bit Clang)](https://github.com/uyjulian/ifjpeg-turbo/releases/latest/download/ifjpeg-turbo.arm64.clang.7z)## Building
After cloning submodules and preparing the environment, a simple invocation of `make` will generate `ifjpeg-turbo.spi`.
## How to use
Susie plugins are compatible with many programs, including these:
- [A to B converter](http://www.asahi-net.or.jp/~KH4S-SMZ/spi/abc/index.html)
- [DYNA](https://hp.vector.co.jp/authors/VA004117/dyna.html)
- [Linar](http://hp.vector.co.jp/authors/VA015839/)
- [Susie](http://www.digitalpad.co.jp/~takechin/betasue.html#susie32)
- [picture effecter](http://www.asahi-net.or.jp/~DS8H-WTNB/software/index.html)
- [stereophotomaker](http://stereo.jpn.org/eng/stphmkr/)
- [vix](http://www.forest.impress.co.jp/library/software/vix/)## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.