Programmable Media

Go sample projects

Last updated: Mar-13-2025

We've created some sample projects to get you started with integrating Cloudinary into your Go applications.

Tip
Check out our collection of Go code explorers too!

Image transformations

The Image transformations app showcases popular on-the-fly image transformations using the Go SDK, including special effects, resizing, subject-aware cropping with gravity parameters, optimization, and overlays.

Here's what you'll see in the Image transformations app:


Here's an excerpt from the code featuring the Overlays and Resize_crop functions from files in the custom lib package:

overlays_ex.go

resize_crop_ex.go


Video transformations

The Video transformations app showcases popular on-the-fly video transformations using the Go SDK, including resizing, cropping, concatenation, trimming, overlays, and special effects.

Here's what you'll see in the Video transformations app:


Here's an excerpt from the code featuring the Overlay and Concat functions from files in the custom lib package:

overlay_ex.go

concat_ex.go

✔️ Feedback sent!

Rate this page: