📖
ImGo Documentation
  • GETTING STARTED
    • Introduction
    • Coordinate Axis
    • Supported Formats
    • Update Logs
  • Usage
    • Usage Overview
    • Errors handling
  • API
    • Blur
    • Bounds
    • Canvas
    • Circle
    • Color2Hex
    • Crop
    • Ellipse
    • Extension
    • Filesize
    • Flip
    • GaussianBlur
    • Grayscale
    • Height
    • HttpHandler
    • Insert
    • Load
    • LoadFromBase64
    • LoadFromFile
    • LoadFromImage
    • LoadFromImgo
    • LoadFromPath
    • LoadFromUrl
    • Line
    • MainColor
    • Mimetype
    • Mosaic
    • PickColor
    • Pixel
    • Pixelate
    • RadiusBorder
    • Rectangle
    • Resize
    • Rotate
    • Save
    • String
    • Text
    • Thumbnail
    • ToBase64
    • ToImage
    • Width
Powered by GitBook
On this page
  • Installation
  • Usage
  • Maintainers
  • Contributing
  • Give a Star ! ⭐
  • License
  1. GETTING STARTED

Introduction

NextCoordinate Axis

Last updated 2 years ago

English Documentation |

Image Golang => Img Go => ImGo [ˈɪmɡəʊ]

ImGo is an open source Golang image handling and manipulation library. It provides an easier and expressive way to create, edit, and compose images.

Installation

go get -u github.com/fishtailstudio/imgo

Usage

package main

import "github.com/fishtailstudio/imgo"

func main() {
    imgo.Load("background.png").
        Resize(250, 350).
        Insert("gopher.png", 50, 50).
        Save("out.png")
}

Maintainers

Contributing

Give a Star ! ⭐

If you like or are using this project, please give it a star. Thanks!

License

MIT © fishtailstudio

Feel free to dive in! or submit PRs.

@fishtailstudio
Open an issue
简体中文文档
License: MIT
GitHub go.mod Go version
Github stars
GitHub tag (latest by date)
Go Report Card
GoDoc