/[drupal]/contributions/modules/image_exact/README.txt
ViewVC logotype

Diff of /contributions/modules/image_exact/README.txt

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

revision 1.3, Sun May 27 20:19:50 2007 UTC revision 1.3.2.1, Fri Mar 7 20:22:46 2008 UTC
# Line 1  Line 1 
1  // $Id: README.txt,v 1.1 2006/02/28 22:42:47 joshk Exp $  // $Id: README.txt,v 1.3 2007/05/27 20:19:50 joshk Exp $
2    
3  image_exact.module  image_exact.module
4    
# Line 8  I wrote this because it seemed that many Line 8  I wrote this because it seemed that many
8  This module provides very basic utility of precisely-sizing thumbnails and avatars by cropping them equally from all sides until the correct aspect ratio is reached, and then scaling the image to size. It will do nothing if the image is too small (e.g. it won't "blow up" tiny images).  This module provides very basic utility of precisely-sizing thumbnails and avatars by cropping them equally from all sides until the correct aspect ratio is reached, and then scaling the image to size. It will do nothing if the image is too small (e.g. it won't "blow up" tiny images).
9    
10  INSTALLATION:  INSTALLATION:
11  This module requires that you have one of the image toolkits installed to work.  This module requires that you have one of the image toolkits (e.g. GD) installed  to work. It also intracts ONLY with image.module in handling images-as-content. For more options and other image-handling modules, check out imagecache.
12    
13  1) Put it in your modules dir  1) Put it in your modules directory
14  2) Turn in on in admin/modules  2) Turn in on in admin/build/modules
15  3) Hit up admin/settings/image_exact and configure as needed  3) Hit up admin/settings/image_exact and configure to the sizes you want
16    
17  Image thumbnail resizing is enabled by default. If you want to enable avatar-resizing, you need to set the avatar size the user settings page to DOUBLE the size you want to end up with. This is because the user module does its own resizing first, and we need to have enough room to still crop as needed.  Image thumbnail resizing is enabled by default. If you want to enable avatar-resizing, you need to set the avatar size the user settings page to DOUBLE the size you want to end up with. This is because the user module does its own resizing first, and we need to have enough room to still crop as needed.
18    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

  ViewVC Help
Powered by ViewVC 1.1.2