imagecache_canvasactions.info 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. name = Imagecache Canvas Actions
  2. description = Actions for manipulating image canvases layers, including watermark and background effect. Also an aspect switcher (portrait/landscape)
  3. package = Media
  4. core = 7.x
  5. dependencies[] = imagecache_actions
  6. dependencies[] = image
  7. files[] = canvasactions.inc
  8. files[] = imagecache_canvasactions.install
  9. files[] = imagecache_canvasactions.module
  10. files[] = rounded_corners.inc
  11. files[] = tests/cheap_dropshadow.imagecache_preset.inc
  12. files[] = tests/keyword_positioning.imagecache_preset.inc
  13. files[] = tests/positioned_underlay.imagecache_preset.inc
  14. files[] = tests/rotate_alpha.imagecache_preset.inc
  15. files[] = tests/rotate_alpha_gif.imagecache_preset.inc
  16. files[] = tests/rotate_scale.imagecache_preset.inc
  17. files[] = tests/rotate_scale_alpha.imagecache_preset.inc
  18. files[] = tests/rounded.imagecache_preset.inc
  19. files[] = tests/rounded_bl.imagecache_preset.inc
  20. files[] = tests/rounded_flattened.imagecache_preset.inc
  21. files[] = tests/watermark_100.imagecache_preset.inc
  22. files[] = tests/watermark_50.imagecache_preset.inc
  23. ; Information added by drupal.org packaging script on 2012-12-04
  24. version = "7.x-1.1"
  25. core = "7.x"
  26. project = "imagecache_actions"
  27. datestamp = "1354653754"