README.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. README for the Image styleds admin Drupal module
  2. ------------------------------------------------
  3. Project page: https://drupal.org/project/imagecache_actions
  4. Current and past maintainers for Image styles admin:
  5. - fietserwin (https://drupal.org/user/750928)
  6. Release notes for 7.x-1.x-dev
  7. -----------------------------
  8. - Clear the (menu) cache after installing or updating.
  9. Introduction
  10. ------------
  11. The Image style admin module extends the administrative interface for image
  12. styles by providing additional features.
  13. Currently a duplicate, import and export image style feature are implemented.
  14. More features may be added in the future. These features typically allow you to
  15. more easily handle image styles. It allows us to more easily set up
  16. a test/showcase sute of styles. Finally, it allows everybody to test D8 image
  17. module features in real life.
  18. This module is not a replacement for the features module
  19. (https://drupal.org/project/features). If you are serious about configuration
  20. management and want to distribute styles to other systems, use features.
  21. Use this module for 1 time export/imports between different sites, "copy &
  22. paste" reuse within a site, and when reporting issues to the imagecache_actions
  23. issue queue.
  24. TODO
  25. ----
  26. Solving errors in the core image handling?
  27. - [#1554074]: scale does not work with imagemagick when dimensions are unknown?