Project

General

Profile

Bug #79458

Updated by Markus Gehrig over 7 years ago

When I cropping gifs in fluid, the processed image has the same size then the original image and cropped away part of the image is black/transparent.  

 Fluid-Code: 
 <pre> 
 <div class="col-sm-12 nopadding"> 
	 <f:image image="{image.file}" class="img-responsive" height="{imageCrop}c" width="{imageCrop}c" />  
 </div> 
 </pre> 

 GFX in LocalConfiguration.php 
 <pre> 
 'GFX' => [ 
         'colorspace' => 'RGB', 
         'im' => 1, 
         'im_mask_temp_ext_gif' => 1, 
         'im_path' => '/usr/bin/', 
         'im_path_lzw' => '/usr/bin/', 
         'im_v5effects' => -1, 
         'im_version_5' => 'gm', 
         'image_processing' => 1, 
         'jpg_quality' => '80', 
     ], 
 </pre> 

 


 Gif: 
 !https://forge.typo3.org/attachments/download/31944/Bildschirmfoto%202017-01-25%20um%2009.11.08.png! 


 JPG: 
 !https://forge.typo3.org/attachments/download/31945/Bildschirmfoto%202017-01-25%20um%2009.11.50.png!

Back