Changes between Initial Version and Version 8 of Ticket #13


Ignore:
Timestamp:
05/09/2011 04:46:07 PM (15 years ago)
Author:
lidarong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13 – Description

    initial v8  
    1212陈棉雄(陈棉雄) 11:13:57 
    1313应该说五网都统一这个页面了,最差电脑网 
     14 
     15 
     16 
     17 
     18把下面评论提上来 
     19索引图尺寸(4:3) 
     20Index  100x75 (cn) 
     21Index2 120x90 (sn) 
     22 
     23索引图尺寸(特殊尺寸) 
     24Index3 80x100 (_sn2) 
     25Index4 100x100 (_sn4) 
     26Index5 110x62 (_sn5) 
     27 
     28索引图待生成尺寸 
     29Index6 60x45 (_sn6)排行榜使用 
     30Index7 160x120 (_sn7)索引页面,图片模式 
     31Index8 280x210 (_sn8)鼠标经过大图 
     32 
     33方位图/大图(4:3) 
     3460x45 (_s)     
     35200x150 (_m) 修改为 280x210 
     36 
     37方位图/大图待生成 
     38280x210 (_m) 
     39800x600 (_l) 
     40 
     41 
     421.索引图处理 
     43通过Index2取得所有索引图(及原图) 
     44select pdl_product_pic.*,replace(pic_path,'_sn.','.') as pic from pdl_product_pic where type=5 and pic_path like '%_sn.%' and pic_path like 'http://img.%'; 
     45 
     462.方位图 
     47select * from pdl_product_pic where type=0 and pic_path like 'http://img.%'; 
     48 
     49转行命令参考 
     50convert /arch-data/www/img-arch/images/product/4476/447690/4_sn.jpg -thumbnail 110x62 /arch-data/www/img-arch/images/product/4476/447690/4_sn5.jpg