All Projects → iSparta → Isparta

iSparta / Isparta

APNG、WebP converter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Isparta

yoga-image-optimizer
A graphical tool to convert and optimize JPEG, PNG and WebP images (based on YOGA)
Stars: ✭ 85 (-90.98%)
Mutual labels:  png, webp
Automator Workflows
A collection of Automator workflows (services) that speed up your design / development process. Compatible with LaunchBar 6 and 7 Actions
Stars: ✭ 439 (-53.4%)
Mutual labels:  webp, png
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+335.99%)
Mutual labels:  webp, png
tiny
compress data for better performance
Stars: ✭ 21 (-97.77%)
Mutual labels:  png, webp
Optimizt
CLI image optimization tool
Stars: ✭ 594 (-36.94%)
Mutual labels:  webp, png
imagor
Fast, Docker-ready image processing server in Go and libvips
Stars: ✭ 2,276 (+141.61%)
Mutual labels:  png, webp
Mort
Storage and image processing server written in Go
Stars: ✭ 420 (-55.41%)
Mutual labels:  webp, png
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (-78.13%)
Mutual labels:  png, webp
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+2440.13%)
Mutual labels:  webp, png
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (-45.01%)
Mutual labels:  webp, png
Is Animated
Checks if image is animated 🎞
Stars: ✭ 17 (-98.2%)
Mutual labels:  webp, png
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (-19.11%)
Mutual labels:  webp, png
create-optimize-images
♻️ Reusable, scalable, bash scripts to create and optimize images.
Stars: ✭ 39 (-95.86%)
Mutual labels:  png, webp
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (-86.62%)
Mutual labels:  png, webp
wa-sticker-formatter
Sticker Creator for WhatsApp
Stars: ✭ 60 (-93.63%)
Mutual labels:  png, webp
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+2143.21%)
Mutual labels:  webp, png
imagecodecs
Image transformation, compression, and decompression codecs. Forked from https://pypi.org/project/imagecodecs
Stars: ✭ 56 (-94.06%)
Mutual labels:  png, webp
gfxprim
Open-source modular 2D bitmap graphics library with emphasis on speed and correctness.
Stars: ✭ 32 (-96.6%)
Mutual labels:  png, webp
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-53.08%)
Mutual labels:  webp, png
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+546.92%)
Mutual labels:  webp, png

iSparta 3.2.1

macOS & Linux Build Windows Build Total Downloads Lastest release

iSparta 是一款 APNG 和 Webp 转换工具。

截图

screenshot

下载

iSparta现在支持macOS、Windows和Linux系统。你可以在我们的官网下载最新版本,或者到Release页面下载历史版本。

语言

iSparta现在支持以下语言:

  • 简体中文
  • 繁體中文
  • English

功能

  • PNGs转换APNG
    将多张PNG合并成一个APNG动图,可以设置帧频率、循环次数等参数。要求PNG在同一目录下,并且保持文件名标准化(1.png, 2.png...)

  • PNGs单独设置帧频
    可以给每一帧单独设置帧频,以满足个性化诉求

  • PNG、GIF转换WebP
    将PNG、GIF转换为WebP格式,可以设置无损,压缩比等参数。

  • APNG转换Animated WebP
    将APNG动图转换为Animated WebP动图,可以设置循环次数,无损等参数。

  • PNG和GIF无损压缩
    将PNG和GIF进行无损压缩,减少图片大小。

开发

iSparta使用electron框架开发,需要安装node.js。在macOS上可以使用Homebrew直接安装,Windows上使用官网安装包进行安装,Linux上使用包管理器安装。

注:在Linux环境下,需要安装依赖libpng16,可使用包管理器安装:

sudo apt-get install libpng16-dev

安装node依赖:

cd iSparta
npm install

执行命令:

npm run dev

构建

根据不同平台构建,现在支持osx64win32win64linux

npm run build

然后可以到dist_electron/目录下找到构建好的应用。

To-Do List

  • 增加热更新支持
  • 增加视频转apng

作者

贡献者

致谢

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].