A Drupal 8+ version of this module is in active development, a relatively stable beta version is available.
The Drupal 8+ version has been completely re-written and no longer provides an image toolkit. Optimizations are now defined as 'pipelines' that can be applied to images in various ways.
The module has built in support for core Image styles and a service allowing use in third party modules.
The module has been split into several other projects for easier maintainability and more modular installing. At least one or more processor module needs to be installed for the optimization to work.
This is a toolkit for ImageAPI. It requires imageapi_gd or imageapi_imagemagick or any ImageAPI toolkit to work.
ImageAPI Optimize allows you to use your preferred toolkit and optimize (losslessly) the image when it is saved. Practice for web performance suggests that images should be optimized for better loading time. With this module enabled, Google's Page Speed will always give you an A in image optimize.
The filedepot module is full featured Document Management module that has a google docs like feel. It fulfills the need for an integrated file management module supporting role and user based security. Documents can be saved outside the Drupal public directory to protect documents for safe access and distribution.
Checkout the filedepot_linkit module which supports browsing and inserting filedepot links from WYSIWYG editors.
Noted changes with the 7.x release
Install will create a new content type 'filedepot_folder' and a content node for each folder. Files are still attachments like the D6 version
Using the D7 file API and the private file system stream
Support for folder permissions to be assigned by user, role or group (OG), same as the D6 version
The OG Access Admins module allows to restrict permissions to change audience/visibility of posts belonging to a group to only administrators of this group.
D7: This module is not necessary in Drupal 7 (D7) since OG natively provides management of permissions for any field (including og audience).
Provides catch-all solution to easily require user authentication on all pages. Quick to configure and fully compatible with any other access control systems.