Plugin Directory

Changeset 780086


Ignore:
Timestamp:
09/30/2013 01:40:47 AM (13 years ago)
Author:
amtyera
Message:

Bug fix : saving resized png images

Location:
amtythumb
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • amtythumb/trunk/amtyThumb.php

    r779883 r780086  
    66
    77Author: Amit Gupta
    8 Version: 4.0.4
     8Version: 4.0.5
    99Author URI: http://article-stack.com/
    1010*/
  • amtythumb/trunk/lead-img.php

    r779883 r780086  
    181181                    imagegif($thumb, $imgPath );
    182182                }elseif($imgInfo[2] == IMAGETYPE_PNG){
    183                     imagepng($image_p, $imgPath, 9);
     183                    imagepng($thumb, $imgPath, 9);
    184184                }
    185185        }
  • amtythumb/trunk/readme.txt

    r779883 r780086  
    55Requires at least: 2.5
    66Tested up to: 3.5
    7 Stable tag: 4.0.4
     7Stable tag: 4.0.5
    88
    99Fetch first image of a post and Resize it. Otherwise resize an image.
     
    9494== Changelog ==
    9595
     96= 4.0.5 =
     97* bug fix : in saving resized PNG images
     98
    9699= 4.0.4 =
    97100* bug fix
     
    154157== Upgrade Notice ==
    155158
     159= 4.0.5 =
     160* bug fix : in saving resized PNG images
     161
    156162= 4.0.4 =
    157163* bug fix
Note: See TracChangeset for help on using the changeset viewer.