kondou
|
1b567b2ad1
|
Don't throw a fatal, if is_file() parameter isn't
a 'valid path', but only a data/base64-string.
Related to #4283
|
2013-08-01 21:01:26 +02:00 |
j-ed
|
07b956c22d
|
Update image.php
don't try to extract image infos from 0- or better less than 12 byte length files. See description of `exif_imagetype` function at
`http://php.net/manual/de/function.exif-imagetype.php`.
|
2013-03-02 10:51:49 +01:00 |
Bart Visscher
|
bb75dfc021
|
Whitespace fixes
|
2013-02-22 19:05:36 +01:00 |
Jörn Friedrich Dreyer
|
16a5f15f85
|
keep transparency when resizing or cropping png/gif
|
2013-02-22 12:42:40 +01:00 |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
2013-02-14 08:38:37 +01:00 |
Robin Appelman
|
5445b94416
|
merge master into filesystem
|
2013-01-16 19:04:50 +01:00 |
Bart Visscher
|
5bfe4adbaa
|
Whitespace cleanup
|
2013-01-16 18:09:16 +01:00 |
Robin Appelman
|
be30b1a8de
|
merge master into filesystem
|
2012-12-03 18:02:22 +01:00 |
Isaac Rosenberg
|
d3ea7feb6b
|
Update lib/image.php
Corrected simple typo
|
2012-12-01 21:13:08 -05:00 |
Robin Appelman
|
97380f3485
|
merge master into filesystem
|
2012-11-21 22:37:14 +01:00 |
Jörn Friedrich Dreyer
|
28671d92c0
|
move code to better places
|
2012-11-12 13:56:29 +01:00 |
Jörn Friedrich Dreyer
|
bb56581192
|
add php-doc
|
2012-11-12 13:04:00 +01:00 |
Jörn Friedrich Dreyer
|
43bfabf68f
|
add bmp support
|
2012-11-12 13:04:00 +01:00 |
Robin Appelman
|
4b940955dd
|
merge master into filesystem
|
2012-11-04 21:12:18 +01:00 |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
2012-11-04 11:10:46 +01:00 |
Robin Appelman
|
6e9e263497
|
merge master into filesystem
|
2012-10-30 22:59:55 +01:00 |
Felix Moeller
|
dfc8228fb4
|
NoSpaceAfterComma
|
2012-10-28 23:58:08 +01:00 |
Felix Moeller
|
5d640f9ae3
|
NoSpaceAfterComma
|
2012-10-28 18:28:16 +01:00 |
Robin Appelman
|
77cef5f514
|
merge master into filesystem
|
2012-10-17 13:14:17 +02:00 |
Bart Visscher
|
4af5b016cc
|
Whitespace cleanup
|
2012-10-14 21:04:08 +02:00 |
Robin Appelman
|
aaa1b73364
|
don't use depricated OC_Filesystem
|
2012-10-10 13:18:36 +02:00 |
Robin Appelman
|
697061fa9f
|
add OC_Image::fitIn
|
2012-09-08 23:26:19 +02:00 |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
2012-09-07 15:22:01 +02:00 |
Bart Visscher
|
52f2e7112e
|
Whitespace fixes in lib
|
2012-08-29 20:28:45 +02:00 |
Robin Appelman
|
856d9c0b54
|
some indention fixes
|
2012-07-24 00:39:59 +02:00 |
Robin Appelman
|
48306a3c4f
|
fix unused variables
|
2012-07-20 17:58:05 +02:00 |
Johannes Willnecker
|
570ea787f1
|
fixed typo
|
2012-07-10 16:58:37 +02:00 |
Johannes Willnecker
|
3e53bf4a86
|
Fix for oc-972, oc-1144 and oc-1191
|
2012-07-10 16:58:37 +02:00 |
Bartek Przybylski
|
c11f6cc3f9
|
fix variable name and undefined index notice
|
2012-06-10 17:25:50 +02:00 |
Bartek Przybylski
|
43501309e3
|
add function in filesystem to strip webroot
|
2012-06-09 15:26:26 +02:00 |
Bartek Przybylski
|
120997112c
|
handle encrypted images files in oc_image
|
2012-06-09 15:22:18 +02:00 |
Bartek Przybylski
|
001293a702
|
removing app access check, fix title for links in tiles
|
2012-06-09 15:12:50 +02:00 |
Bartek Przybylski
|
6d211155ab
|
git status
|
2012-06-06 22:13:48 +02:00 |
Thomas Tanghus
|
9dbb07b806
|
Added data() method to OC_Image to return raw image data.
|
2012-06-05 20:31:15 +02:00 |
Robin Appelman
|
266699ddf9
|
fix square images not getting proper thumbnails
|
2012-03-27 00:42:15 +02:00 |
Robin Appelman
|
73c6db5c8e
|
crop and resize in a single step when creating thumbnail
also so more explicit memory cleanup
|
2012-03-26 23:53:48 +02:00 |
Robin Appelman
|
0ba9332358
|
some more memory cleanup in OC_Image
|
2012-03-26 22:33:37 +02:00 |
Robin Appelman
|
0c19e44a61
|
some more memory cleanup in OC_Image
|
2012-03-26 22:28:51 +02:00 |
Bartek Przybylski
|
f6075cc1fe
|
gallery migration to events system
|
2012-03-11 16:49:42 +01:00 |
Thomas Tanghus
|
0e2531ba57
|
Added method for loading from file handle.
|
2012-02-16 10:38:00 +01:00 |
Bart Visscher
|
29fc82c364
|
Send gallery album thumbnail with OC_Response::sendFile
|
2012-02-13 23:35:37 +01:00 |
Bart Visscher
|
0fd5252cfc
|
OC_Image: Move Content-Type header to show function
|
2012-02-13 22:41:05 +01:00 |
Bart Visscher
|
3eff161bbf
|
OC_Image: Use valid function instead of checking the resource
|
2012-02-12 15:14:24 +01:00 |
Bart Visscher
|
8684e847b0
|
OC_Image: change static vars to object vars
|
2012-02-09 22:44:26 +01:00 |
Bart Visscher
|
eb5de4d4f7
|
Change gallery thumbnail generation to OC_Image
|
2012-02-08 21:12:30 +01:00 |
Robin Appelman
|
6866165a37
|
make oc_image work when php_exif isn't enabled
|
2012-01-20 17:13:49 +01:00 |
Thomas Tanghus
|
e60860148c
|
Don't chunk_split encoded image string.
Don't return json error but null if card can't be parsed.
Small check for non-parsable card in index.php.
|
2012-01-12 22:50:12 +01:00 |
Thomas Tanghus
|
5f04b41ea6
|
Just a comment ;-)
|
2012-01-09 20:40:24 +01:00 |
Thomas Tanghus
|
2f86a6203a
|
Added fixOrientation method which rotates the image based on EXIF data.
|
2012-01-05 17:42:40 +01:00 |
Thomas Tanghus
|
d80b477ab5
|
Wrong permission checking on file save.
|
2012-01-04 23:31:32 +01:00 |