diff --git a/docs/2.0/api/adjustments.md b/docs/2.0/api/adjustments.md index 458f5f5d..d23b8953 100644 --- a/docs/2.0/api/adjustments.md +++ b/docs/2.0/api/adjustments.md @@ -13,7 +13,7 @@ Adjusts the image brightness. Use values between `-100` and `+100`, where `0` re ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&bri=-25)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&bri=-25) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&bri=-25)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&bri=-25) ## Contrast `con` @@ -23,7 +23,7 @@ Adjusts the image contrast. Use values between `-100` and `+100`, where `0` repr ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&con=25)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&con=25) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&con=25)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&con=25) ## Gamma `gam` @@ -33,7 +33,7 @@ Adjusts the image gamma. Use values between `0.1` and `9.99`. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&gam=1.5)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&gam=1.5) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&gam=1.5)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&gam=1.5) ## Sharpen `sharp` @@ -43,4 +43,4 @@ Sharpen the image. Use values between `0` and `100`. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&sharp=15)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&sharp=15) \ No newline at end of file +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&sharp=15)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&sharp=15) \ No newline at end of file diff --git a/docs/2.0/api/background.md b/docs/2.0/api/background.md index 2cdcc6dc..970b299e 100644 --- a/docs/2.0/api/background.md +++ b/docs/2.0/api/background.md @@ -13,4 +13,4 @@ Sets the background color of the image. See [colors](api/colors/) for more infor ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/logo.png?w=400&bg=black)](https://glide.herokuapp.com/2.0/logo.png?w=500&bg=black) \ No newline at end of file +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/logo.png?w=400&bg=black)](https://glide.herokuapp.com/1.0/logo.png?w=500&bg=black) \ No newline at end of file diff --git a/docs/2.0/api/border.md b/docs/2.0/api/border.md index 1c1d2625..79b3a6d9 100644 --- a/docs/2.0/api/border.md +++ b/docs/2.0/api/border.md @@ -13,7 +13,7 @@ Add a border to the image. Required format: `width,color,method`. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&border=10,5000,overlay)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&border=10,5000,overlay) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&border=10,5000,overlay)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&border=10,5000,overlay) ### Width @@ -35,4 +35,4 @@ Sets how the border will be displayed. Available options: ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&border=10,FFCC33,expand)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&border=10,FFCC33,expand) \ No newline at end of file +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&border=10,FFCC33,expand)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&border=10,FFCC33,expand) \ No newline at end of file diff --git a/docs/2.0/api/crop.md b/docs/2.0/api/crop.md index 7ce1aeba..46abc1f7 100644 --- a/docs/2.0/api/crop.md +++ b/docs/2.0/api/crop.md @@ -13,7 +13,7 @@ Resizes the image to fill the width and height boundaries and crops any excess i ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=300&h=300&fit=crop)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=300&h=300&fit=crop) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=300&h=300&fit=crop)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=300&h=300&fit=crop) ### Crop Position @@ -45,4 +45,4 @@ Crops the image to specific dimensions prior to any other resize operations. Req ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?crop=100,100,915,155)](https://glide.herokuapp.com/2.0/kayaks.jpg?crop=100,100,915,155) \ No newline at end of file +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?crop=100,100,915,155)](https://glide.herokuapp.com/1.0/kayaks.jpg?crop=100,100,915,155) \ No newline at end of file diff --git a/docs/2.0/api/effects.md b/docs/2.0/api/effects.md index d1f916d9..95632283 100644 --- a/docs/2.0/api/effects.md +++ b/docs/2.0/api/effects.md @@ -13,7 +13,7 @@ Adds a blur effect to the image. Use values between `0` and `100`. Performance intensive on larger amounts of blur with GD driver. Use with care.

@@ -25,7 +25,7 @@ Applies a pixelation effect to the image. Use values between `0` and `1000`. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&filt=sepia)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&filt=sepia) \ No newline at end of file +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&filt=sepia)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&filt=sepia) \ No newline at end of file diff --git a/docs/2.0/api/encode.md b/docs/2.0/api/encode.md index 936b7fc5..f4808f09 100644 --- a/docs/2.0/api/encode.md +++ b/docs/2.0/api/encode.md @@ -13,7 +13,7 @@ Defines the quality of the image. Use values between `0` and `100`. Defaults to ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&q=25)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&q=25) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&q=25)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&q=25) ## Format `fm` @@ -24,4 +24,4 @@ Encodes the image to a specific format. Accepts `jpg`, `pjpg` (progressive jpeg) ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&fm=gif)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&fm=gif) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&fm=gif)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&fm=gif) diff --git a/docs/2.0/api/flip.md b/docs/2.0/api/flip.md index c85ebfee..2924bd7a 100644 --- a/docs/2.0/api/flip.md +++ b/docs/2.0/api/flip.md @@ -13,4 +13,4 @@ Flips the image. Accepts `v`, `h` and `both`. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?h=500&flip=v)](https://glide.herokuapp.com/2.0/kayaks.jpg?h=500&flip=v) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?h=500&flip=v)](https://glide.herokuapp.com/1.0/kayaks.jpg?h=500&flip=v) diff --git a/docs/2.0/api/orientation.md b/docs/2.0/api/orientation.md index 557d2b3b..63ffef42 100644 --- a/docs/2.0/api/orientation.md +++ b/docs/2.0/api/orientation.md @@ -13,4 +13,4 @@ Rotates the image. Accepts `auto`, `0`, `90`, `180` or `270`. Default is `auto`. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?h=500&or=90)](https://glide.herokuapp.com/2.0/kayaks.jpg?h=500&or=90) \ No newline at end of file +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?h=500&or=90)](https://glide.herokuapp.com/1.0/kayaks.jpg?h=500&or=90) \ No newline at end of file diff --git a/docs/2.0/api/pixel-density.md b/docs/2.0/api/pixel-density.md index 40e968e2..5f24d774 100644 --- a/docs/2.0/api/pixel-density.md +++ b/docs/2.0/api/pixel-density.md @@ -13,4 +13,4 @@ The device pixel ratio is used to easily convert between CSS pixels and device p ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=250&dpr=2)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=250&dpr=2) \ No newline at end of file +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=250&dpr=2)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=250&dpr=2) \ No newline at end of file diff --git a/docs/2.0/api/size.md b/docs/2.0/api/size.md index bb698be5..462a4fc4 100644 --- a/docs/2.0/api/size.md +++ b/docs/2.0/api/size.md @@ -13,7 +13,7 @@ Sets the width of the image, in pixels. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500) ## Height `h` @@ -23,7 +23,7 @@ Sets the height of the image, in pixels. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?h=333)](https://glide.herokuapp.com/2.0/kayaks.jpg?h=333) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?h=333)](https://glide.herokuapp.com/1.0/kayaks.jpg?h=333) ## Fit `fit` @@ -42,4 +42,4 @@ Sets how the image is fitted to its target dimensions. ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=300&h=300&fit=stretch)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=300&h=300&fit=stretch) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=300&h=300&fit=stretch)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=300&h=300&fit=stretch) diff --git a/docs/2.0/api/watermarks.md b/docs/2.0/api/watermarks.md index fb8a5650..71e93646 100644 --- a/docs/2.0/api/watermarks.md +++ b/docs/2.0/api/watermarks.md @@ -13,7 +13,7 @@ Adds a watermark to the image. Must be a path to an image in the watermarks file ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-right)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-right) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-right)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-right) ### Configuring the watermarks file system @@ -92,7 +92,7 @@ Sets where the watermark is positioned. Accepts `top-left`, `top`, `top-right`, ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-left)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-left) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-left)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&mark=billabong.png&markw=30w&markpad=3w&markpos=top-left) ## Alpha `markalpha` @@ -102,4 +102,4 @@ Sets the opacity of the watermark. Use values between `0` and `100`, where `100` ~~~ -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&mark=billabong.png&markw=94w&markpad=3w&markpos=top-right&markalpha=50)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=500&mark=billabong.png&markw=94w&markpad=3w&markpos=top-right&markalpha=50) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&mark=billabong.png&markw=94w&markpad=3w&markpos=top-right&markalpha=50)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&mark=billabong.png&markw=94w&markpad=3w&markpos=top-right&markalpha=50) diff --git a/docs/2.0/index.md b/docs/2.0/index.md index 15de4dd8..5c256cc4 100644 --- a/docs/2.0/index.md +++ b/docs/2.0/index.md @@ -16,7 +16,7 @@ title: Introduction Glide is a wonderfully easy on-demand image manipulation library written in PHP. Its straightforward API is exposed via HTTP, similar to cloud image processing services like [Imgix](http://www.imgix.com/) and [Cloudinary](http://cloudinary.com/). Glide leverages powerful libraries like [Intervention Image](http://image.intervention.io/) (for image handling and manipulation) and [Flysystem](http://flysystem.thephpleague.com/) (for file system abstraction). -[![© Photo Joel Reynolds](https://glide.herokuapp.com/2.0/kayaks.jpg?w=1000&gam=.9&sharp=8)](https://glide.herokuapp.com/2.0/kayaks.jpg?w=1000&gam=.9&sharp=8) +[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=1000&gam=.9&sharp=8)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=1000&gam=.9&sharp=8)

© Photo Joel Reynolds