Commit Graph

37 Commits (01ea056ac8ad46ea59c56ca8c9aa7e7c90564bc4)

Author SHA1 Message Date
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Morris Jobke a496c34aea Check if imageflip is available 10 years ago
Georg Ehrke 6b33481652 remove insane debug-log from OC_Image 10 years ago
Morris Jobke a28d3b594b Fix exif orientation for flipped images 10 years ago
Andreas Fischer 3ebb69944b Do not call filesize(null), this function expects a string. 10 years ago
Thomas Müller b2175f0e25 Use \OCP\ILogger 10 years ago
Byron Marohn fa9b36b726 Added error check to lib/private/image.php 10 years ago
Olivier Paroz e2a9bd7838 You can only change the oritentation of a JPEG 11 years ago
kondou 18ef7bf1ed Preserve transparency when loading from a file 11 years ago
Morris Jobke f61658945f Close file handle if exception occurs in image class 11 years ago
Georg Ehrke fa461befbc extract transparency fix from #8050 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 11 years ago
Thomas Müller cd038604d3 unit tests for specific image type output added 11 years ago
Thomas Müller 79ba930ef9 fixing PHPDoc 11 years ago
Georg Ehrke 3527adbbe1 OC_Image::_output() - throw exception instead of falling back to png 11 years ago
Georg Ehrke 9dee3772eb remove image/pjpeg from OC_Image::_output 11 years ago
Georg Ehrke c140010e81 don't change mimetype of whole image object 11 years ago
Georg Ehrke 6f96ab3e90 make it possible to influence output type of \OC_Image 11 years ago
Bart Visscher 35a8dfb2fa More PHPDoc fixes, using scrutinizer patches as hints 11 years ago
Thomas Müller ab850b961d remove unused code and fix wrong variable names - some PHPDoc updated 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
kondou fc01a13811 Fix imagerotate and move loadFromBase64() one up. 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Robin Appelman f830ad0e47 Don't create new thumbnails on the write hook 11 years ago
Georg Ehrke 6f21da12e8 encode imagePath and fix documentation of loadFromFile 11 years ago
Georg Ehrke 059c3c8708 fix issue with logging non utf8 chars 11 years ago
Bjoern Schiessle aeefe48cba Revert "use relative paths to create images from a file. This way it also works if" 12 years ago
Bjoern Schiessle 3488f0b77a use relative paths to create images from a file. This way it also works if 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
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 12 years ago
j-ed 07b956c22d Update image.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 13 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