CVS edit link for edegro

I created a module based on imageapi and imagecache_actions that provides imagecache actions using scale-9 formatting. Currently there are resize, scale and overlay actions using this method. I think it could be useful to others and would like to maintain the project on drupal.org.

If you're unfamiliar with scale-9 you can read about it in Adobe's livedocs for Flash/Flex:

livedocs.adobe.com/flex/2/docs/00000976.html

Scale-9 formatting lets you define 9 regions on the image that scale independently. Basically, it lets you scale image assets without distorting border features. I started this as part of a personal project to frame varying sized images using imagecache.

A live example can be viewed here:

http://www.dickdegroot.com/

Thanks,

Eric de Groot

Comments

edegro’s picture

StatusFileSize
new5.49 KB

I abandoned imageapi integration since it requires function prefixes of imageapi_ and I fixed some others. All functions have the proper module prefix now.

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Needs review
Issue tags: +Drupal 6.x, +Module review
avpaderno’s picture

The first application has been this one: #551920: edegro [edegro].

edegro’s picture

StatusFileSize
new5.51 KB

The above version had a form bug on one of the actions from my renamings. Please review this one instead. Thanks.

avpaderno’s picture

Status: Needs review » Fixed
  if (function_exists('imagecache_action_definitions'))
    imagecache_action_definitions(TRUE);

Any control structure should always use the curly brackets.

Status: Fixed » Closed (fixed)
Issue tags: -Drupal 6.x, -Module review

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Component: Miscellaneous » new project application
Assigned: Unassigned » avpaderno
Issue summary: View changes
Status: Closed (fixed) » Fixed
Issue tags: -Drupal 6.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.