magento 图片缓存是如何生成的

Varien_Image_Adapter_Gd2 类 ,里面有个save()方法,通过图片格式拼出来的方法 
call_user_func_array($this->_getCallback('output'), $functionParameters);
把里面的方法走一边 基本上就能理解了  
posted @ 2014-07-29 17:00  定格的有天  Views(309)  Comments(0)    收藏  举报