You are here

README.txt in ImageCache Actions 6.2

=======================================================
Additional actions for imagecache processing - a bundle
=======================================================
by dman http://coders.co.nz

Not all actions are ported to imageMagick yet, most are GD only. 
Please have a go if you understand imageMagick syntax!

Some actions are incredibly inefficient. The transparency effects may load
a whole image into memory and do bitwise operations on each pixel. This is
impractical on limited hosts. Take care.

Not all the modules in this package need to be enabled, 
just choose the ones you want.

The new actions should become available when you edit an imagecache preset
in the 'new action' drop-down underneath /admin/build/imagecache/{preset}

===============
TROUBLESHOOTING
===============
If actions don't seem to be showing up, it may be because of some heavy caching
the admin utility does.

- Visit /admin/build/modules.
- DISABLE one of the imagcache presets
- Visit /admin/build/modules/uninstall
- UNINSTALL that preset
- Then re-enable it!

That will shake up the system enough to recognize the new action.

File

README.txt
View source
  1. =======================================================
  2. Additional actions for imagecache processing - a bundle
  3. =======================================================
  4. by dman http://coders.co.nz
  5. Not all actions are ported to imageMagick yet, most are GD only.
  6. Please have a go if you understand imageMagick syntax!
  7. Some actions are incredibly inefficient. The transparency effects may load
  8. a whole image into memory and do bitwise operations on each pixel. This is
  9. impractical on limited hosts. Take care.
  10. Not all the modules in this package need to be enabled,
  11. just choose the ones you want.
  12. The new actions should become available when you edit an imagecache preset
  13. in the 'new action' drop-down underneath /admin/build/imagecache/{preset}
  14. ===============
  15. TROUBLESHOOTING
  16. ===============
  17. If actions don't seem to be showing up, it may be because of some heavy caching
  18. the admin utility does.
  19. - Visit /admin/build/modules.
  20. - DISABLE one of the imagcache presets
  21. - Visit /admin/build/modules/uninstall
  22. - UNINSTALL that preset
  23. - Then re-enable it!
  24. That will shake up the system enough to recognize the new action.