imagecache默认预设

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了imagecache默认预设相关的知识,希望对你有一定的参考价值。

have multiple imagecache files be recognized as default
  1. function icye_site_imagecache_default_presets(){
  2. $presets = array();
  3. $path = drupal_get_path('module', 'icye_site') . '/imagecache';
  4. $files = drupal_system_listing('.inc$', $path, 'name', 0);
  5. foreach ($files as $file) {
  6. include_once $file->filename;
  7. }
  8. return $presets;
  9. }
  10.  
  11.  
  12. $presets['site_logo'] = array (
  13. 'presetname' => 'site_logo',
  14. 'actions' =>
  15. 0 =>
  16. 'weight' => '0',
  17. 'module' => 'imagecache',
  18. 'action' => 'imagecache_scale_and_crop',
  19. 'data' =>
  20. 'width' => '12%',
  21. 'height' => '12%',
  22. ),
  23. ),
  24. ),
  25. );

以上是关于imagecache默认预设的主要内容,如果未能解决你的问题,请参考以下文章

图像缓存预设manuell im模板verwenden

按代码加载图像缓存预设

如何保存和加载 Android 活动的预设?

imageCache.clear() 在 Flutter 中的 ListView 上不起作用

flutter 图片缓存

Drupal ImageCache主题IMG