From a9e73c2c71443c4660d5c9172ee305aba1e61bd2 Mon Sep 17 00:00:00 2001 From: Jon Arne S Date: Tue, 2 Jan 2024 14:58:56 +0100 Subject: [PATCH] added --- index.html | 260 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..4576c9c --- /dev/null +++ b/index.html @@ -0,0 +1,260 @@ + + + + + + + + ImageEngine resources + + + + + + + + + +
+
+

ImageEngine Resources

+

A collection of resources for ImageEngine developers

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Websiteimageengine.io
Githubgithub.com/imgeng
Documentationsupport.imageengine.io
ImageEngine Control panelcontrol.imageengine.io
Twitter/X@imagecdn
ImageEngine Affiliate Programimageengine.io/affiliate-program-apply
+ +
+
+ +
+

About ImageEngine

+ +

ImageEngine is an independent, global image CDN that automatically serves your users the leanest, greenest, fastest, and best-looking images regardless of device, browser, or network speed.

+ +

About the ImageEngine Developer program

+ +

We will be launching a program for developers this winter. The launch platform will be ProductHunt.

+ +

Before the launch is scheduled, we want to build an audience. The audience is collected in two different ways:

+ + + +

Free for Developers

+ +

The Developer program includes a free ImageEngine account. No credit card is required.

+ +

However, since it's free, there are some limitations:

+ + + +

How ImageEngine Works

+ +

ImageEngine works the same way as most other CDNs by connecting an image origin (HTTP or S3) to a public delivery address. This mapping is called an "Engine". Images are served from the delivery address.

+ +

+ +

Example:

+ +

Your website is https://www.foo.com, and your images are located on that host (origin), then your html may look like this: <img src="https://www.foo.com/image.jpg">.

+ +

Next, assuming that the Engine configured with www.foo.com as origin, has this delivery addres xyz.dev.cdn.imgeng.in, then your updated <img> references will look like this: <img src="https://xyz.dev.cdn.imgeng.in/image.jpg">

+ +

Some demos:

+ + + +

The ImageEngine Control Panel

+ +

Engines, settings, configuration, statistics are available at control.imageengine.io

+ +

Here is a quick overview of the features of the control panel:

+ + + +

Plugins

+ +

To make integration with real-life projects easier, a number of plugins are available:

+ +

Platform plugins

+ +

WordPress

+ + + +

Shopware

+ + + +

Magento

+ + + +

Contentful

+ +

Support via front-end dev frameworks and the Gatsby native support.

+ +

Storyblok

+ +

Support via front-end dev frameworks and the Gatsby native support.

+ +

Sanity.io

+ +

Support via front-end dev frameworks and the Gatsby native support.

+ +

Development framework plugins

+ +

Vue

+ +

(not maintained anymore)

+ + + +

Vue3

+ + + +

React

+ + + +

Angular

+ + + +

Nuxt

+ + + +

Gatsby

+ + + +

Django

+ + + +

Laravel

+ + +
+ + + + + + + + + \ No newline at end of file