Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 1 addition & 41 deletions src/content/docs/images/index.mdx
Original file line number Diff line number Diff line change
@@ -1,44 +1,4 @@
---
title: Overview
pcx_content_type: overview
description: Streamline your image infrastructure with Cloudflare Images. Store, transform, and deliver images efficiently using Cloudflare's global network.
sidebar:
order: 1
head:
- tag: title
content: Cloudflare Images

---

import { CardGrid, Description, Feature, LinkTitleCard, Plan } from "~/components"

<Description>

Store, transform, optimize, and deliver images at scale
</Description>

<Plan type="all" />

Cloudflare Images provides an end-to-end solution designed to help you streamline your image infrastructure from a single API and runs on [Cloudflare's global network](https://www.cloudflare.com/network/).

There are two different ways to use Images:

- **Efficiently store and deliver images.** You can upload images into Cloudflare Images and dynamically deliver multiple variants of the same original image.
- **Optimize images that are stored outside of Images** You can make transformation requests to optimize any publicly available image on the Internet.

Cloudflare Images is available on both [Free and Paid plans](/images/pricing/). By default, all users have access to the Images Free plan, which includes limited usage of the transformations feature to optimize images in remote sources.

:::note[Image Resizing is now available as transformations]

All Image Resizing features are available as transformations with Images. Each unique transformation is billed only once per 30 days.

If you are using a legacy plan with Image Resizing, visit the [dashboard](https://dash.cloudflare.com/) to switch to an Imagesplan.


:::

***

---\ntitle: Overview\npcx_content_type: overview\ndescription: Cloudflare Images: Store, transform, and deliver images efficiently with Cloudflare's global network. Manage uploads, create variants, and optimize images at scale.\nsidebar:\n order: 1\nhead:\n - tag: title\n content: Cloudflare Images\n\n---\n\nimport { CardGrid, Description, Feature, LinkTitleCard, Plan } from "~/components"\n\n<Description>\n\nStore, transform, optimize, and deliver images at scale \n</Description>\n\n<Plan type="all" />\n\nCloudflare Images provides an end-to-end solution designed to help you streamline your image infrastructure from a single API and runs on [Cloudflare's global network](https://www.cloudflare.com/network/).\n\nThere are two different ways to use Images:\n\n- **Efficiently store and deliver images.** You can upload images into Cloudflare Images and dynamically deliver multiple variants of the same original image.\n- **Optimize images that are stored outside of Images** You can make transformation requests to optimize any publicly available image on the Internet.\n\nCloudflare Images is available on both [Free and Paid plans](/images/pricing/). By default, all users have access to the Images Free plan, which includes limited usage of the transformations feature to optimize images in remote sources.\n\n:::note[Image Resizing is now available as transformations]\n\nAll Image Resizing features are available as transformations with Images. Each unique transformation is billed only once per 30 days. \n\nIf you are using a legacy plan with Image Resizing, visit the [dashboard](https://dash.cloudflare.com/) to switch to an Imagesplan.\n\n\n:::\n\n***\n
## Features

<Feature header="Storage" href="/images/upload-images/">
Expand Down
Loading