All Projects → pierrre → Imageserver

pierrre / Imageserver

Licence: mit
Image server toolkit in Go

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Imageserver

Pilbox
An image resize application server
Stars: ✭ 597 (-69.29%)
Mutual labels:  image, server
Openmicroscopy
OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data. A joint project between universities, research establishments and industry in Europe and the USA, OME has over 20 active researchers with strong links to the microscopy community. Funded by private and public research grants, OME has been a major force on the international microscopy stage since 2000.
Stars: ✭ 148 (-92.39%)
Mutual labels:  image, server
Picfit
An image resizing server written in Go
Stars: ✭ 1,589 (-18.26%)
Mutual labels:  image, server
Scala Server Toolkit
Functional programming toolkit for building server applications in Scala.
Stars: ✭ 170 (-91.26%)
Mutual labels:  toolkit, server
Hrconvert2
A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats.
Stars: ✭ 132 (-93.21%)
Mutual labels:  image, server
Github link creator
GitHub Link Card Creator lets you generate GitHub images has links to repositories.
Stars: ✭ 149 (-92.34%)
Mutual labels:  image
Dezoomify Rs
Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and others
Stars: ✭ 150 (-92.28%)
Mutual labels:  image
Apiserver
基于Laravel的API服务端架构代码
Stars: ✭ 148 (-92.39%)
Mutual labels:  server
Servermonitor
💓 Laravel package to periodically monitor the health of your server and application.
Stars: ✭ 148 (-92.39%)
Mutual labels:  server
Uiimage Imagecompress
An iOS library to compress images and optimize uploads
Stars: ✭ 155 (-92.03%)
Mutual labels:  image
Gpuimage X
A Cross-platform (for both Android & iOS) Framework for GPU-based Filters, Video and Image Processing.
Stars: ✭ 154 (-92.08%)
Mutual labels:  image
Crossbar
Crossbar.io - WAMP application router
Stars: ✭ 1,957 (+0.67%)
Mutual labels:  server
Hltool
Go 开发常用工具库, Google2步验证客户端,AES加密解密,RSA加密解密,钉钉机器人,邮件发送,JWT生成解析,Log,BoltDB操作,图片操作,json操作,struct序列化
Stars: ✭ 151 (-92.23%)
Mutual labels:  image
Gimage
A PHP library for easy image handling. 🖼
Stars: ✭ 148 (-92.39%)
Mutual labels:  image
Gocaptcha
A captcha library written in golang
Stars: ✭ 154 (-92.08%)
Mutual labels:  image
Carmelo
Carmelo is a fast, scalable Java server framework designed for online games. It uses Netty and Fastjson for highly efficient network transmission and supports both TCP/HTTP protocols.
Stars: ✭ 148 (-92.39%)
Mutual labels:  server
Archive aws Lambda Go Net
Network I/O interface for AWS Lambda Go runtime.
Stars: ✭ 151 (-92.23%)
Mutual labels:  server
Titiler
A dynamic Web Map tile server
Stars: ✭ 153 (-92.13%)
Mutual labels:  server
Isketchnfill
Software that can autocomplete sketches as the user starts drawing.
Stars: ✭ 151 (-92.23%)
Mutual labels:  image
Nodemon Webpack Plugin
A webpack plugin that uses Nodemon to start and reload the server.
Stars: ✭ 150 (-92.28%)
Mutual labels:  server

Image Server

An image server toolkit in Go (Golang)

GoDoc Build Status Go Report Card

Features

Examples

Demos

These demos use the "advanced" example.

Click the images to see the URL parameters.

Resize

Options Result
width=200
(preserve aspect ratio)
height=200
(preserve aspect ratio)
width=200&height=200
(change aspect ratio)
width=200&height=200&mode=fit
(fit in 200x200)
width=200&height=200&mode=fill
(fill 200x200 and crop)

Rotate

Options Result
rotation=90
(counterclockwise)
rotation=45&background=ffaa88
(background)

Crop

Format: min_x,min_y|max_x,max_y

Options Result
crop=556,111|2156,1711
crop=956,511|1756,1311
crop=1252,799|1460,1022

Animated GIF

Original Resized
Animated
Spaceship

Gamma correction (more info)

Original Disabled Enabled
Dalai Gamma
Gray squares
Random
Rings
Rules / sucks

Resampling

Resampling Rings Large
Nearest neighbor
Box
Linear
Cubic
Lanczos

Quality

JPEG quality Result
5%
10%
50%

Convert (JPEG to GIF)

Backward compatibility

There is no backward compatibility promises. If you want to use it, vendor it. It's always OK to change things to make things better. The API is not 100% correct in the first commit.

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