Changeset 776341
- Timestamp:
- 09/21/2013 12:11:58 PM (13 years ago)
- Location:
- amtythumb
- Files:
-
- 10 added
- 3 edited
-
tags/2.1.3 (added)
-
tags/2.1.3/amtyThumb.php (added)
-
tags/2.1.3/amtyThumbAdminFunction.php (added)
-
tags/2.1.3/amtyThumbAdminPg.php (added)
-
tags/2.1.3/amtytextthumb.gif (added)
-
tags/2.1.3/cacheFunction.php (added)
-
tags/2.1.3/lead-img.php (added)
-
tags/2.1.3/readme.txt (added)
-
tags/2.1.3/supportingFunction.php (added)
-
tags/2.1.3/videothumb.php (added)
-
trunk/amtyThumb.php (modified) (1 diff)
-
trunk/lead-img.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amtythumb/trunk/amtyThumb.php
r776330 r776341 6 6 7 7 Author: Amit Gupta 8 Version: 2.1. 28 Version: 2.1.3 9 9 Author URI: http://article-stack.com/ 10 10 */ -
amtythumb/trunk/lead-img.php
r776323 r776341 141 141 //@ImageJPEG ($thumb); 142 142 $quality = 100; 143 if($w < 100 ||$h <100 ){143 if($w < 100 && $h <100 ){ 144 144 $quality = 50; 145 }elseif($w < 200 ||$h <200 ){145 }elseif($w < 200 && $h <200 ){ 146 146 $quality = 80; 147 147 } -
amtythumb/trunk/readme.txt
r776330 r776341 5 5 Requires at least: 2.5 6 6 Tested up to: 3.5 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 9 9 Fetch first image of a post and Resize it. Otherwise resize an image. … … 118 118 == Upgrade Notice == 119 119 120 = 2.1.3 = 121 * Image quality : 50% for 100x100px thumbnail, 80% for 200x200px thumbnails, and 100% for bigger than 200px. 122 123 = 2.1.2 = 124 * added missed files 125 120 126 = 2.1.1 = 121 127 * fixed a bug when image url is not valid or it is removed. A thumbnail will not be generated.
Note: See TracChangeset
for help on using the changeset viewer.