Docs | imagemash.io
DashboardSign up for Free
  • 🎉imagemash.io
  • 🚀Getting Started
    • Simple CDN Link Usage
  • 💽Sources
    • IM Cloud Storage
    • Image URL
    • Storage Providers
      • Amazon S3
      • Google Cloud
      • S3 Compatible Storage
    • Web Folder
  • 🖼️Image Transform
    • Transform Options
      • Quality
      • Width
      • Height
      • Scale
      • Crop
      • Gravity
      • Background
      • Border
      • Round
      • Output Format
      • Angle (Rotate)
      • Flip
      • Helpers
        • x, y
      • Filters
        • Tint
        • Flatten
        • Grayscale
        • Blur
        • Sharpen
        • Median
        • Threshold
        • Negative
    • Transform Cheat Sheet
    • Named Transforms
  • 🛠️API
    • API - Good to knows
    • API Methods
      • Account
        • Named Transforms
          • Get named transforms
          • Add named transform
          • Remove named transform
        • Image URL Restriction
          • Get keyword list
          • Add keyword to list
          • Remove keyword from list
          • Change keyword list usage
      • Storage
        • Upload file
        • Get and search files
        • Delete files
        • Add new tags to files
        • Set tags of files
        • Remove tags from files
        • Purge Cache
      • Optimize / Transform
  • ❓How it works?
    • Custom Domain
    • Bandwidth
    • Cloud Storage
    • Caching
    • Purge Cache
    • Limits
  • Contact Us
Powered by GitBook
On this page
  • Step 1
  • Step 2
  • Step 3
  • Step 4
  1. Getting Started

Simple CDN Link Usage

Simple usage of image url

Previousimagemash.ioNextIM Cloud Storage

Last updated 2 years ago

Prerequisites:

Make sure you have set your CDN Link in the imagemash.io settings panel.

Lets's call it john.imagemash.io

You can also use your custom domain. Check

Simple CDN Link Syntax
    Your custom domain     Transforms(optional)    File Path
┌───────┌───┐────────────┐┌───────────────────┐┌────────────────┐
https://john.imagemash.io/w_350,h_350,bo_3_red/full-file-path.png

Hey! This page is about using CDN Link. You may want our backend

Step 1

Upload an image in home directory to your cloud storage via the imagemash.io .

Let's call it sample.jpg

sample.jpg

Step 2

Now your image is publicly accessible through john.imagemash.io/sample.jpg. Try it by visiting your URL in the browser. Served image is compressed and optimized.

Step 3

Transform your image. Let's say we want 300x300, faces centered, rounded edges;

john.imagemash.io/w_300,h_300,g_faces,r_20/sample.jpg

Step 4

Place your link to your app and start using your CDN Link. Served image will be compressed and optimized.

🚀
🎉
Custom Domain
API
Cloud Storage panel