[cvs] [Wiki] changed: MichaelRubinsky
Michael Rubinsky
mrubinsk at horde.org
Fri Jul 17 15:15:04 UTC 2009
mrubinsk Fri, 17 Jul 2009 11:15:04 -0400
Modified page: http://wiki.horde.org/MichaelRubinsky
New Revision: 1.2
Change log: Horde_Image stuff
@@ -33,11 +33,25 @@
Allow user-specific, global, settings for what Ansel_Widgets are
visible, allowing them to remove a widget that is defined in the style
to un-clutter the view.
Modularize the photo (and maybe gallery) actions so we can easily
plug in new actions, such as "Send this photo to Flickr" etc...
-Maybe a "import/export" ability - to transfer images to other
services like Flickr, facebook, and import them from services that the
user has perms to.
+Maybe a "import/export" ability - to transfer images to other
services like Flickr, Facebook, and import them from services that the
user has perms to.
Layout ideas:
http://ajaxian.com/archives/cross-browser-inline-block
lazy load image thumbnails for some styles: Needs to be implemented
on top of prototype...
http://www.appelsiini.net/2007/9/lazy-load-images-jquery-plugin
+
+++Horde_Image
+
+Refactor Ansel_ImageData into Horde_Image - putting EXIF data
extraction where it belongs.
+
+Separate the Imagick and the convert driver into two separate
drivers, getting rid of the imagick proxy stuff... **DONE**
+
+Horde_Image needs to be able to support mulitple images/pages per
image file instead of only single images so it can correctly deal with
multipage resources like PDF and TIFF.
+
+Provide the means to change the image type in Horde_Image after it's
instantiated. This works easily using convert, but causes problems
with imagick. This *might* resolve itself when the imagick and
convert drivers are truly separate. Otherwise, resetting the internal
imagick object might work.
+
+Provide the means for executing explicit convert commands (like from
effects) instead of having to build them up using various
methods...and use tokens to specify where to put the input image and
output image etc... this would allow complicated scripts that may have
the images represented in the command more than once. **DONE**
+
+Re-add a setStroke/setFillColor method, but just have them set
instance variables instead of automatically adding to the convert
command...then refactor the convert commands to not always have to
unset the stroke/fill stuff after each H_Image method is processed.
More information about the cvs
mailing list