Changeset 1380


Ignore:
Timestamp:
08/31/09 09:39:31 (15 years ago)
Author:
amuller
Message:

Ticket #635 - Corrigindo, retirando o tipo gif da normalização de imagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r1376 r1380  
    23702370                                        switch ($image_type) 
    23712371                                        { 
    2372                                         case 1: $image_big = imagecreatefromgif($attach['tmp_name']); break; 
     2372                                        // Do not corrupt animated gif 
     2373                                        //case 1: $image_big = imagecreatefromgif($attach['tmp_name']);break; 
    23732374                                        case 2: $image_big = imagecreatefromjpeg($attach['tmp_name']);  break; 
    23742375                                        case 3: $image_big = imagecreatefrompng($attach['tmp_name']); break; 
Note: See TracChangeset for help on using the changeset viewer.