Temporarily disabled new image converter memory allocation

This commit is contained in:
Lucas Bartholemy 2016-07-08 14:39:35 +02:00
parent efbd8b4b2a
commit 9ae981c914

View File

@ -97,6 +97,12 @@ class ImageConverter
* @return boolean true if sufficient memory is available.
*/
public static function allocateMemory($sourceFile, $test = false) {
/**
* Temporary disabled
*/
return true;
$width = 0;
$height = 0;
// buffer for memory needed by other stuff