From ea8fdd98e7419a29091cfe537aa83e2afbed080c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20D=2E=20M=C3=BCller?= Date: Thu, 15 Aug 2013 10:10:53 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c03c60d..832dec8 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ Customize-Images Info ====== -* Name Customize-Images -* Task Image Crop & Cut with Caching +* Name Customize-Images +* Task Image Crop & Cut with Caching * Version 1.2 -* Date 2013 +* Date 2013 * Author Dario D. Müller -* Mail mailme@dariodomi.de +* Mail mailme@dariodomi.de * Homepage http://dariodomi.de * GitHub https://github.com/DarioDomiDE -* Copyright (c) 2013 by Dario D. Müller +* Copyright (c) 2013 by Dario D. Müller Installation ====== @@ -22,14 +22,16 @@ Installation 3. Visit in your browser: http://localhost/Customize-Images/files/testimage_w450_h250_c.jpg How to use -====== +=== 1. This Project make access to images with direct build-in croping and scaling of files 2. It also represents a caching-functionality of the cropped & sliced images 3. Access to an Image as usual "domain.com/files/[custom-path]/filename.jpg" 4. All files (".htaccess" & php-files) can stored in directory "files/" -5. Browse to an image -6. + +Browse to an image +=== + * /path/imagename.jpg (get image with original width & height) * /path/imagename_w400.jpg (get image with reduced width=400px) * /path/imagename_h250.jpg (get image with reduced height=250px) @@ -40,7 +42,7 @@ How to use * /path/imagename_w600.jpg?dev (caching is disabled if $env is 'DEV') Mode -====== +=== One Param of Filename can be a one-char string who set on of these Modes (crop- & distort-Modes requires both params (width and height)!) * s -> scale (scaling: use width und height as max-values, maintain proportions, requires only one length-param) @@ -48,7 +50,7 @@ One Param of Filename can be a one-char string who set on of these Modes (crop- * d -> distort (distortion: use exactly width and height values) Inspiration: Adaptive-Images -====== +=== * Version 1.5.2 * Homepage http://adaptive-images.com