1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-19 06:11:27 +02:00

Prepare tagging v0.3

This commit is contained in:
Mikael Roos
2012-10-02 23:25:03 +02:00
parent e4c436f52c
commit 9e3c7fae82
4 changed files with 13 additions and 5 deletions

View File

@@ -19,6 +19,8 @@ Start by reviewing the `test.php`, then have a look at `img.php` and finally go
CImage lives at github: https://github.com/mosbth/cimage
You can try out a live example at: http://dbwebb.se/kod-exempel/cimage/
Enjoy!
Mikael Roos (me@mikaelroos.se)
@@ -27,7 +29,7 @@ Mikael Roos (me@mikaelroos.se)
Installation
-------------------------------------
1. Clone from github: git://github.com/mosbth/cimage.git
1. Clone from github: `git://github.com/mosbth/cimage.git`
2. Make the cache directory writable by the webserver.
@@ -37,7 +39,9 @@ chmod 777 cache
3. Point your browser to `test.php`.
4. Advanced usage. Put `img.php` in your `/img`-directory. Create a `.htaccess` in your
4. Review the settings in `img.php` and try it out.
5. Advanced usage. Put `img.php` in your `/img`-directory. Create a `.htaccess` in your
web root folder containing the following line:
<pre><code>
@@ -58,6 +62,7 @@ ToDo.
center of the image from which the crop is done.
* Show how to integrate with WordPress, shortcodes.
* Support for resizing opaque images.
* Clean up code in `CImage.php`.
v0.3 (2012-10-02)