Mediabox is a universal image library which out of the box provides easy to use UI, aggregated control of library images, inline cropping and extended flexibility of the data model.
News
2014-Mar-12 - Latest dev commits changed to some degree backend structures of mediabox. Upgrade process is partially tested and should work but problems are possible if you are upgrading from previous dev version (as reported in #2212791: Unable to add items). As always backup your db before doing upgrade.
2013-Sept-19 - We are organizing mediabox BOF on DrupalCon Prague, if you are interested in this module this is a great opportunity to find out more about it and help in future development.
2013-Aug-30 - Issue #1948216: Move contrib js libs is done which means that users who are doing upgrades from older versions needs to donwload Jcrop and jquery.fancybox plugins and put them in sites/all/librarires read more.
Functionality
Field widget
Just In Time - cropping of images from/to desired image style in context of widget
Easy to use library - creating, editing, removing, selecting an existing (multiple) images in the context of a widget
Bulk upload of images using plupload
Library display
Integration of library, and administration with views
Text Filter integration - inserting token in text which will be replaced by actual view of a Mediabox Display
Integration of formatter with views. This option allows you to create gallery displays accommodating various needs. ( Views slide show plugins, etc. )
The module comes with an integration to PhantomJS which allows you to take screenshots or PDFs of a URL.
The module comes with an administration interface that allows you to configure the location of PhantomJS and a default destination folder. It also has a test function to test if your configuration works. PhantomJS works by giving phantom an JavaScript file that tells phantom what to do and this module comes with a default JavaScript file that renders full HD size screenshots.
For more information about PhantomJS possibilities you should look at the wiki pages and the examples that comes with PhantomJS.
Usages
To use this module in your code the phantomjs_capture_screen can be called after you have saved its configuration.
The $url is the page to capture and the $dest is an URI to where the image should be stored and the $filename to store it under.
Drupal utilizes draggable tables to handle multiple value forms. It's quite convenient for most simple field types. However, for complex field types such form can be cumbersome.