/[drupal]/contributions/modules/imagecache_actions/canvasactions.inc
ViewVC logotype

Log of /contributions/modules/imagecache_actions/canvasactions.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.4.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 16:22:23 2009 UTC (3 weeks, 5 days ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.19: +30 -4 lines
Diff to previous 1.1.4.19 , to branch point 1.1
Added the ratio adjustment for the aspect switcher, and extensive docs of an example of how it can be used to produce more than two shapes. http://drupal.org/node/464140 [#464140] http://drupal.org/node/612986 [#612986]

Revision 1.1.4.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 14:03:54 2009 UTC (3 weeks, 5 days ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.18: +158 -24 lines
Diff to previous 1.1.4.18 , to branch point 1.1
support for define_canvas in imagemagick. Safe fallback for some of the processes that are NOT supported in imagemagick yet. ROUNDED CORNERS FOR IMAGEMAGICK. experimental.

Revision 1.1.4.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 02:11:58 2009 UTC (2 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.17: +840 -840 lines
Diff to previous 1.1.4.17 , to branch point 1.1
global linefeed change. seems like the file switched to Windows linefeeds at some point. Reverting to Unix-style newlines

Revision 1.1.4.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 04:12:20 2009 UTC (2 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.16: +136 -130 lines
Diff to previous 1.1.4.16 , to branch point 1.1
HUGE number of small changes - code style tweaks, just whitespace niggles generally. PLUS an entirely new revised algorithm for rounded corners contributed by donquixote http://drupal.org/node/564036 . Sorry for the huge patch if anyone is CVS-ing, you are best to take a diff of your own changes, then REPLACE all files from cvs-dev, then re-apply. All the code convention fixes will have scrambled most checkouts.

Revision 1.1.4.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 02:35:13 2009 UTC (2 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.15: +18 -6 lines
Diff to previous 1.1.4.15 , to branch point 1.1
Revised docs. More enhancements to the textactions, better doc, better error handling. Attempted optimization of canvasactions/watermark

Revision 1.1.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 18:03:30 2009 UTC (6 months, 1 week ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-6
Changes since 1.1.4.14: +7 -7 lines
Diff to previous 1.1.4.14 , to branch point 1.1
Adjusted the canvasactions UI to remove the default values where not needed, and default to align:center
Just UI tweak arising from usage testing

Revision 1.1.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 17:27:27 2009 UTC (6 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.13: +3 -2 lines
Diff to previous 1.1.4.13 , to branch point 1.1
small validation error - when validating numbers, wrong attribute was being checked. May have led to lost settings in some cases

Revision 1.1.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 2 04:54:50 2009 UTC (6 months, 3 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.12: +66 -7 lines
Diff to previous 1.1.4.12 , to branch point 1.1
 Modified imagecache_actions_keyword_filter to allow values like right-10. This is to be used in the next text renderer. Restored source2canvas action - I found a use for it. added trial support for imagemagick overlay - using pipeline not save & open. Added a warning about imagemagick if not supported. Added validation to the xpos/ypos values. Just ensures they are set to 0 if blank. Mainly for the UI summary.

Revision 1.1.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 00:50:12 2009 UTC (7 months ago) by dman
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-1
Changes since 1.1.2.2: +15 -15 lines
Diff to previous 1.1.2.2 , to next main 1.1.2.3
All files converted to use $image->resource not $image->res
Added an upgrade routine to coloractions - just to flush the imagecache operations cache. Again.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 23:58:05 2009 UTC (7 months ago) by dman
Branch: DRUPAL-5--2
Changes since 1.1.2.2: +15 -15 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Repaired the breakages caused by the March 2009 imageapi upgrade.
Backport fixes etc
OK -
If you are using imageapi-DRUPAL-5--1-5 or greater, USE THIS imagecache_actions-DRUPAL-5--3
If you have imageapi-DRUPAL-5--1-4 or less, USE imagecache_actions-DRUPAL-5--2

Make sense? Me neither.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 12:37:38 2009 UTC (7 months ago) by dman
Branch: DRUPAL-5--2
Branch point for: DRUPAL-5--3
Changes since 1.1.2.1: +1 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Trouble flushing imagecaches internal actions cache.
added a flush - if possible - on install of the add -on module.
I'd done this for others. Looks like this one missed out that time

Revision 1.1.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 05:14:13 2009 UTC (7 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.11: +2 -2 lines
Diff to previous 1.1.4.11 , to branch point 1.1
missed a file save on previous commit

Revision 1.1.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 02:24:54 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.1.4.10: +3 -3 lines
Diff to previous 1.1.4.10 , to branch point 1.1
added a small addition to disable unused fields on rounded corner UI

Revision 1.1.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 01:33:56 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.9: +4 -4 lines
Diff to previous 1.1.4.9 , to branch point 1.1
fixed a variable naming error that was breaking the all-in-one radius on rounded corners. Just bad code-checking on my part

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 01:28:42 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-5--2
Changes since 1.1: +252 -0 lines
Diff to previous 1.1
First round of backporting rounded corners. No big problems found

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 15:16:07 2009 UTC (8 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.8: +116 -20 lines
Diff to previous 1.1.4.8 , to branch point 1.1
rolled in independantly configured rounded corners - http://drupal.org/node/402112 . Also added warnings and quite fallbacks for features that are not covered by imagemagick.

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 22:46:37 2009 UTC (8 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.1.4.7: +25 -14 lines
Diff to previous 1.1.4.7 , to branch point 1.1
imageapi changed ->res to ->resource.
this messed up my internals a lot.
renamed the image resource for definecanvas and for roundedcorners
added slight support for indexedcolor gifs adding rounded corners (rare, but came up in a test case)

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 14:47:29 2009 UTC (8 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.6: +23 -13 lines
Diff to previous 1.1.4.6 , to branch point 1.1
Testing/fixing issues for transparent gifs.
Updated to the dev version of imageapi
*THIS IS NOW INCOMPATABLE WITH EARLIER VERSIONS OF IMAGEAPI*
due to an internal API change.
Updgrade both or neither :-/

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 01:52:31 2009 UTC (8 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.5: +75 -0 lines
Diff to previous 1.1.4.5 , to branch point 1.1
Added the 'aspect' action, which allows you to choose between two different presets depending on whether the image is wide or tall. This is quite a specific requirement, but may help in some designs.

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 21:53:55 2009 UTC (10 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.1.4.4: +55 -60 lines
Diff to previous 1.1.4.4 , to branch point 1.1
Removed redundant source2canvas effect
Added more UI help, and a little validation.
Added missing action summary text for some processes
Changed how 'underlay' handles the resulting image size. It WAS cropping to the size of the background image only. Now it offers choices.

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 20:26:00 2009 UTC (10 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.3: +166 -1 lines
Diff to previous 1.1.4.3 , to branch point 1.1
String formatting fix for error message - http://drupal.org/node/347052
Also - First run at rounded corners effect (as part of canvasactions)
  works in limited testing. GD toolkit only so far, as usual.
  requires extra effort to get transparent layers right (if not using PNG) so read the instructions on the page.
per request http://drupal.org/node/320186

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 16:15:58 2008 UTC (11 months, 4 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.2: +1 -3 lines
Diff to previous 1.1.4.2 , to branch point 1.1
All color pickers now use farbtastic selector
All actions are now described fully in the preset overview table again
More docs and explanations.
Minor tests and tidy-ups.

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 03:04:53 2008 UTC (12 months, 1 week ago) by dman
Branch: DRUPAL-6--1
Changes since 1.1.4.1: +81 -83 lines
Diff to previous 1.1.4.1 , to branch point 1.1
Reworked the UI a little internally to re-use form/theme funcs
Updated docs on canvasactions, a little testing
Modified code for php STRICT

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 06:46:16 2008 UTC (13 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1
Changes since 1.1: +6 -2 lines
Diff to previous 1.1
Using a much better algorithm for transparent overlays.
UI tweaks for textactions
Transparency support for gif indexed color in overlays

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 11:45:08 2008 UTC (17 months, 4 weeks ago) by dman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-5--2-2, DRUPAL-5--2-3, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-6--1
First commit of the imageapi extensions as per:
http://drupal.org/node/184816

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2