kondou
|
2d6a400381
|
Check for $this->fileInfo and @depend on testData()
|
12 years ago |
kondou
|
0869f9b655
|
Fix #4258, clean up \OC_Image and improve its unittest
|
12 years ago |
Georg Ehrke
|
4574c5cf5c
|
check if ->resource is a resource
|
12 years ago |
Georg Ehrke
|
825d8610d0
|
fix svg and cache transparency issue
|
12 years ago |
Georg Ehrke
|
554b1990e2
|
suppress is_file error msg
|
12 years ago |
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
|
12 years ago |
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`.
|
12 years ago |
Bart Visscher
|
bb75dfc021
|
Whitespace fixes
|
12 years ago |
Jörn Friedrich Dreyer
|
16a5f15f85
|
keep transparency when resizing or cropping png/gif
|
12 years ago |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
12 years ago |
Bart Visscher
|
5bfe4adbaa
|
Whitespace cleanup
|
12 years ago |
Isaac Rosenberg
|
d3ea7feb6b
|
Update lib/image.php
Corrected simple typo
|
12 years ago |
Jörn Friedrich Dreyer
|
28671d92c0
|
move code to better places
|
13 years ago |
Jörn Friedrich Dreyer
|
bb56581192
|
add php-doc
|
13 years ago |
Jörn Friedrich Dreyer
|
43bfabf68f
|
add bmp support
|
13 years ago |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
13 years ago |
Felix Moeller
|
dfc8228fb4
|
NoSpaceAfterComma
|
13 years ago |
Felix Moeller
|
5d640f9ae3
|
NoSpaceAfterComma
|
13 years ago |
Sam Tuke
|
8b01286a5d
|
Merged branch 'master'
|
13 years ago |
Bart Visscher
|
4af5b016cc
|
Whitespace cleanup
|
13 years ago |
Robin Appelman
|
aaa1b73364
|
don't use depricated OC_Filesystem
|
13 years ago |
Robin Appelman
|
697061fa9f
|
add OC_Image::fitIn
|
13 years ago |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
13 years ago |
Bart Visscher
|
52f2e7112e
|
Whitespace fixes in lib
|
13 years ago |
Robin Appelman
|
856d9c0b54
|
some indention fixes
|
13 years ago |
Robin Appelman
|
48306a3c4f
|
fix unused variables
|
13 years ago |
Johannes Willnecker
|
570ea787f1
|
fixed typo
|
13 years ago |
Johannes Willnecker
|
3e53bf4a86
|
Fix for oc-972, oc-1144 and oc-1191
|
13 years ago |
Bartek Przybylski
|
c11f6cc3f9
|
fix variable name and undefined index notice
|
13 years ago |
Bartek Przybylski
|
3970be3d7f
|
fix variable name and undefined index notice
|
13 years ago |
Bartek Przybylski
|
f1250a3867
|
add function in filesystem to strip webroot
|
13 years ago |
Bartek Przybylski
|
e7d1af48fb
|
handle encrypted images files in oc_image
|
13 years ago |
Bartek Przybylski
|
7ee722e0da
|
removing app access check, fix title for links in tiles
|
13 years ago |
Bartek Przybylski
|
9b2b5e0f6d
|
git status
|
13 years ago |
Bartek Przybylski
|
43501309e3
|
add function in filesystem to strip webroot
|
13 years ago |
Bartek Przybylski
|
120997112c
|
handle encrypted images files in oc_image
|
13 years ago |
Bartek Przybylski
|
001293a702
|
removing app access check, fix title for links in tiles
|
13 years ago |
Bartek Przybylski
|
6d211155ab
|
git status
|
13 years ago |
Thomas Tanghus
|
9dbb07b806
|
Added data() method to OC_Image to return raw image data.
|
13 years ago |
Robin Appelman
|
266699ddf9
|
fix square images not getting proper thumbnails
|
13 years ago |
Robin Appelman
|
73c6db5c8e
|
crop and resize in a single step when creating thumbnail
also so more explicit memory cleanup
|
13 years ago |
Robin Appelman
|
0ba9332358
|
some more memory cleanup in OC_Image
|
13 years ago |
Robin Appelman
|
0c19e44a61
|
some more memory cleanup in OC_Image
|
13 years ago |
Bartek Przybylski
|
f6075cc1fe
|
gallery migration to events system
|
13 years ago |
Thomas Tanghus
|
0e2531ba57
|
Added method for loading from file handle.
|
13 years ago |
Bart Visscher
|
29fc82c364
|
Send gallery album thumbnail with OC_Response::sendFile
|
13 years ago |
Bart Visscher
|
0fd5252cfc
|
OC_Image: Move Content-Type header to show function
|
13 years ago |
Bart Visscher
|
3eff161bbf
|
OC_Image: Use valid function instead of checking the resource
|
13 years ago |
Bart Visscher
|
8684e847b0
|
OC_Image: change static vars to object vars
|
13 years ago |
Bart Visscher
|
eb5de4d4f7
|
Change gallery thumbnail generation to OC_Image
|
13 years ago |