1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-02-18 02:44:39 +01:00

48 Commits

Author SHA1 Message Date
Mikael Roos
ece0be086c Correcting internal details for save-as and response json which indicated wrong colors. Fix . 2014-12-15 09:19:23 +01:00
Mikael Roos
ea06d5cfe6 Fixed fill-to-fit that failed when using aspect-ratio. Fix . 2014-12-14 17:04:51 +01:00
Mikael Roos
00dca21be0 Corrected behaviour for skip-original. Fix 2014-12-13 00:12:39 +01:00
Mikael Roos
af1aa661b9 rewrote docs. tested. prepare to tag v0.6 2014-12-06 14:33:47 +01:00
Mikael Roos
9015e7ce9d Minor cleaning of properties in CImage, fix 2014-12-03 16:15:32 +01:00
Mikael Roos
cdbc9b4adb correcting issue with PHP 5.3 where array is used as constant 2014-12-03 15:42:49 +01:00
Mikael Roos
f13b602e11 Added option fill-to-fit, ff. Fix . 2014-12-03 15:26:17 +01:00
Mikael Roos
113b62edc0 Added option 'shortcut, sc' to enable configuration of complex expressions. Fix . 2014-11-28 16:25:54 +01:00
Mikael Roos
3c04a2dd0f Added support for custom convolutions. Fix . 2014-11-27 22:04:41 +01:00
Mikael Roos
9177d72bea Check if constants exists. Fix 2014-11-26 14:45:38 +01:00
Mikael Roos
d4a03b70dd Adding testcase for 2014-11-24 10:46:50 +01:00
Mikael Roos
188f8cd64d Adding option taking comma-separated list of 11 float-values, wraps and exposes . 2014-11-24 09:27:47 +01:00
Mikael Roos
4dfbcd9784 Changing ppi to dpr. 2014-11-24 07:41:32 +01:00
Mikael Roos
35dd5c9064 Adding option which defaults to 1. Set to 2 to get a twice as large image. Useful for Retina displays. Basically a shortcut to enlarge the image. 2014-11-21 23:44:19 +01:00
Mikael Roos
08ee3064d0 * Cache-directory can now be readonly and serve all cached files, still failing when need to save files. 2014-11-21 22:31:04 +01:00
Mikael Roos
ba45f746bb * Cache now uses same file extension as original image .
* Can output image as json format using `json` .
2014-11-21 22:20:30 +01:00
Mikael Roos
3b7485b3b9 Support filenames of uppercase JPEG, JPG, PNG and GIF, as proposed in . 2014-11-21 21:01:22 +01:00
Mikael Roos
c83eac8c3c Changing CImage::output() as proposed in . 2014-11-21 20:20:35 +01:00
Mikael Roos
8523ef5e31 adding testcases for 2014-09-01 00:38:26 +02:00
Mikael Roos
c96ed10f80 Cleaning up code , added rotate and autoRotate 2014-08-31 23:57:34 +02:00
Mikael Roos
8dde82993b improving error handling when opening (non)-recoverable images 2014-08-21 02:23:15 +02:00
Mikael Roos
fb261b1b05 improving error handling when opening (non)-recoverable images 2014-08-21 02:22:20 +02:00
Mikael Roos
1a6cef6580 improving error handling when opening (non)-recoverable images 2014-08-21 02:21:32 +02:00
Mikael Roos
2643d4954f must have @ before open images, warning contra notice, recoverable and non recoverable 2014-08-21 02:13:01 +02:00
Mikael Roos
ef1d56085a Verbose error when failing to open image 2014-08-21 02:08:49 +02:00
Mikael Roos
28cda0ea28 changing error handling to dir when failing to open a corrupt image 2014-08-21 02:02:50 +02:00
Garagesocial
577e5fa5d4 Update CImage.php 2014-08-15 02:07:07 -04:00
Garagesocial
dcb390a17b Comment Typo CImage.php 2014-08-06 19:02:55 -04:00
Mikael Roos
b4f51f3438 code formatting and making log() public 2014-05-20 00:55:43 +02:00
Mikael Roos
1673cd7aca Correcting issue 2014-04-01 08:11:49 +02:00
Mikael Roos
0ab7cf7e1b prepare to tag v0.5 2014-02-12 15:09:29 +01:00
Mikael Roos
20a621bf48 prepare to tag v0.5 2014-02-12 14:45:25 +01:00
Mikael Roos
28f3c55d8c Fixed issue 1 and prepare to tagg v0.4.1 2014-01-27 13:19:07 +01:00
Mikael Roos
230e9189a3 correcting jpeg when setting quality 2013-10-15 01:25:29 +02:00
Mikael Roos
e886c86f72 allow negative values for crop width & height 2013-10-15 01:20:58 +02:00
Mikael Roos
d7b6f7e25d crop=0,0 for whole width and height 2013-10-15 01:11:13 +02:00
Mikael Roos
7849f69801 support jpeg file extension 2013-10-15 01:01:15 +02:00
Mikael Roos
7117ac2a4c always send last-modified header 2013-10-14 09:22:21 +02:00
Mikael Roos
47e5cb2327 adding images 2013-10-07 23:50:53 +02:00
Mikael Roos
664fd6a3be A lot of updates when preparing for release. 2013-10-03 18:16:33 +02:00
Mikael Roos
28b107e64f Corrected error on calculation of height and width for crop-to-fit 2012-10-03 00:24:15 +02:00
Mikael Roos
0998f2819e correcting filenaming in cache dir 2012-10-02 23:40:32 +02:00
Mikael Roos
9e3c7fae82 Prepare tagging v0.3 2012-10-02 23:25:03 +02:00
Mikael Roos
12109803cc preparing to tag latest changes 2012-10-02 22:49:43 +02:00
Mikael Roos
e4ff269a60 implemented filters and quality, chenged how arguments was handled. 2012-05-09 17:57:48 +02:00
Mikael Roos
5377b1441a Corrected calculation where both width and height were set. 2012-04-27 08:35:16 +02:00
Mikael Roos
980b4cce3c initial release 2012-04-25 15:53:46 +02:00
Mikael Roos
580b3a46f9 initial release 2012-04-25 15:49:09 +02:00