2009-01-06

imgmap 2.1 is available

...ok, the new version contains some major changes so watch out, if you have any bugs or kinks to report, please do so. You can grab the latest pack here or here.

Version 2.1 changelog:
  • Separated most drawing-specific and gui-specific codes. This means easier integration with ANY kind of user interface.
  • GUI specific functions went to default_interface.js
  • JSDoc toolkit based documentation using modified outline template of JProton.
  • Updated all examples to use separate interface code and map handling code.
  • Removed example 5, since all examples use callbacks now.
  • Fixed issue when dragging areas in Safari will cause selecting all kinds of things.
  • Fixed issue when scrolled image in Opera will result drawing with offset.
  • Fixed Issue 13 : Suggestion: image url with timestamp
  • Fixed Issue 14 : Javascript error in MSIE
  • Fixed Issue 17: Doesn't work with Adobe AIR 1.1 - new package built with latest SDK
  • Internal and generated html shape names are HTML conform (circle, rect, poly)
  • Zoom (scale) functionality (new function scaleAllAreas, new property globalscale)
  • Zoom introduced to all plugins.
  • Added CSS output and Wiki output formats.
  • Added bezier (quadratic curve) support (just for fun, not standard image map shape, disabled by default)
  • Updated FCKEditor example to use latest FCK.
  • TODO: Elliminated some memleaks using drip.
  • TODO: update tiny
  • AIR queries are now synchronous.

4 comments:

frank said...

thanks for great tools...

i was trying to slice those all images..that has been selected as image map and save it somewhere(folder) and save those coordinates in database.......can it be done?...i am programmer myself...i have some ideas...but some help would be great

maschek said...

@frank

I don't exactly understand what you mean. Can you be more precise?

Unknown said...

Hi Adam and Alfonso,

Sorry to disturb you all. I am new in Joomla and I am trying to install Image Maps Plugin for FCKeditor following the instruction in the readme.html but the icon never show up in the FCK editor.

1. Copying the files.
I have followed the instruction, basically i put it in the
C:\xampp\\htdocs\MESIIntranet\plugins\editors\fckeditor\editor\plugins\imgmap

2. Adding it to FCKEditor

I have searched fckconfig.js and I can only find it in the fckeditor root directory and jlink directory
C:\xampp\htdocs\MESIIntranet\plugins\editors\fckeditor\fckconfig.js and
C:\xampp\htdocs\MESIIntranet\plugins\editors\fckeditor\plugins\jlink\fckconfig.js

I have added as per your instruction
FCKConfig.Plugins.Add( 'imgmap', 'en,es') ; and
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink'],
['Link','Unlink','Anchor'],
['Image','imgmapPopup'],
['FitWindow','-','About']
] ;


But there is nothing come out from my Fckeditor. The Image map icon is not showing. Is there any missing step ?

maschek said...

@Bejo

The 3rd step is a bit different in case of Joomla FCK plugin. Please read instructions at:
http://code.google.com/p/imgmap/wiki/Joomla_FCK_setup

Best,
Adam