Skip to content

shanemhansen/gogd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gogd

Gogd is a set of bindings to the libgd library. Gogd deeply integrates go and libgd via IOCtx objects, which allow libgd to unterstand golang io.Readers and io.Writers.

Supported formats include:

  • png
  • jpeg
  • gif
  • webp
  • WBMP
  • bmp

All gd apis are supported including:

  • resizing
  • get/set pixel
  • affine transforms
  • line drawing
  • clipping
  • true color images
  • text drawing
  • Animated gifs
  • Gaussian/Edge Detection/Scatter, etc.

About

Go bindings to libgd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages