All Projects → rbino → qoix

rbino / qoix

Licence: Apache-2.0 license
Elixir implementation of the Quite OK Image format

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to qoix

Lossless Cut
The swiss army knife of lossless video/audio editing
Stars: ✭ 8,639 (+47894.44%)
Mutual labels:  lossless
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 1,017 (+5550%)
Mutual labels:  image-compression
image-optimizer
A free and open source tool for optimizing images and vector graphics.
Stars: ✭ 740 (+4011.11%)
Mutual labels:  image-compression
uci
Ultra Compact Image (UCI)
Stars: ✭ 79 (+338.89%)
Mutual labels:  image-compression
heic2hevc
convert HEIC file to H.265 bitstream(Annex.B)
Stars: ✭ 25 (+38.89%)
Mutual labels:  image-compression
tinify-ruby
Ruby client for the Tinify API.
Stars: ✭ 41 (+127.78%)
Mutual labels:  image-compression
Tiny
Blog:https://zhengxiaoyong.com Wechat:
Stars: ✭ 2,505 (+13816.67%)
Mutual labels:  image-compression
api
docs.nekos.moe/
Stars: ✭ 31 (+72.22%)
Mutual labels:  image-compression
tinify-net
.NET client for the Tinify API.
Stars: ✭ 45 (+150%)
Mutual labels:  image-compression
nimPNG
PNG (Portable Network Graphics) decoder and encoder written in Nim
Stars: ✭ 81 (+350%)
Mutual labels:  image-compression
Compressor
An android image compression library.
Stars: ✭ 6,745 (+37372.22%)
Mutual labels:  image-compression
nhwcodec
NHW : A Next-Generation Image Compression Codec
Stars: ✭ 56 (+211.11%)
Mutual labels:  image-compression
Curtail
Simple & useful image compressor.
Stars: ✭ 246 (+1266.67%)
Mutual labels:  lossless
MQA identifier
Master Quality Authenticated codec reverse engineering, Tool to identify MQA encoding and Master's Sample Rate
Stars: ✭ 89 (+394.44%)
Mutual labels:  lossless
imagezero
Fast Lossless Color Image Compression Library
Stars: ✭ 49 (+172.22%)
Mutual labels:  image-compression
Image Compression Cnn
Semantic JPEG image compression using deep convolutional neural network (CNN)
Stars: ✭ 237 (+1216.67%)
Mutual labels:  image-compression
AI-Lossless-Zoomer
AI无损放大工具
Stars: ✭ 940 (+5122.22%)
Mutual labels:  lossless
xice7-imageKit
基于java语言实现的简单的图片处理
Stars: ✭ 23 (+27.78%)
Mutual labels:  image-compression
zImageOptimizer
Simple image optimizer for JPEG, PNG and GIF images on Linux, MacOS and FreeBSD.
Stars: ✭ 108 (+500%)
Mutual labels:  image-compression
sqip
SQIP is a tool for SVG-based LQIP image creation written in go
Stars: ✭ 46 (+155.56%)
Mutual labels:  image-compression

Qoix

Build Status Hex Version Hex Docs Total Download License Last Updated

Qoix is an Elixir implementation of the Quite OK Image format.

It is currently aligned with the v1.0 specification.

Installation

The package can be installed by adding :qoix to your list of dependencies in mix.exs:

def deps do
  [
    {:qoix, "~> 0.1.0"}
  ]
end

Copyright and License

Copyright (c) 2021 Riccardo Binetti

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].