|
@ -79,9 +79,7 @@ class Film extends BaseCfg |
|
|
$this->imagepipelines[ sprintf("%03d",$object->index) ] = $object->effect; |
|
|
$this->imagepipelines[ sprintf("%03d",$object->index) ] = $object->effect; |
|
|
$object->effect = null; |
|
|
$object->effect = null; |
|
|
} |
|
|
} |
|
|
if(!$object->filename){ |
|
|
|
|
|
$object->filename = "{$object->type}_{$object->index}.png"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
$object->filename = "{$object->type}_{$object->index}.png"; |
|
|
}else{ |
|
|
}else{ |
|
|
if(!$object->filename){ |
|
|
if(!$object->filename){ |
|
|
if( in_array($object->type,Image::PNG ) ){ |
|
|
if( in_array($object->type,Image::PNG ) ){ |
|
|