1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-30 21:20:11 +02:00

merged img.php

This commit is contained in:
Mikael Roos
2015-12-07 17:35:53 +01:00
parent 0f3c1b4bde
commit 276f46fce2

View File

@@ -1011,11 +1011,7 @@ if ($srgb || $srgbDefault) {
$filename = $img->convert2sRGBColorSpace(
$srcImage,
$imagePath,
<<<<<<< HEAD
$srgbDir,
=======
$cache->getPathToSubdir("srgb"),
>>>>>>> master
$srgbColorProfile,
$useCache
);