create thumbnail
Interface
Overview
This file contains the various definitions and functions which are needed to resize an image using the local system's installation of ImageMagick.Dump
| voiddump( | stringmap | m | ) |
Parameters
m the data structure which we would like to inspect
Authors
- Vince Cole (June 2009)
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Strip Text Delims
| voidstrip_text_delims( | const string* | line | ) |
Parameters
line the string we want to modify
Authors
- Vince Cole (June 2009)
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Read Item Key
| voidread_item_key( | const string* | item | |
| const string* | key | ||
| const stringmap* | m | ) |
Parameters
item the item we want the value of key the key to use m a structure into which we'll save the data
Authors
- Vince Cole (June 2009)
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Read Item Val
| voidread_item_val( | const string* | item | |
| const string* | key | ||
| const int | idx | ||
| const stringmap* | m | ) |
Parameters
item the item we want the value of key which key to use idx what index to access the array of stringset m the data structure which to save the result to
Authors
- Vince Cole (June 2009)
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Read Line
| voidread_line( | const string* | line | |
| const stringmap* | m | ) |
Parameters
line the line of text containing the data to parse m the data structure which to save the result to
Authors
- Vince Cole (June 2009)
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Read Mfg Thumb Sizes
| voidread_mfg_thumb_sizes( | const char* | filename | |
| const stringmap* | m | ) |
Parameters
filename the file containing the data m the data structure which to save the result to
Authors
- Vince Cole (June 2009)
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.
Main
| intmain( | int | argc | |
| const char** | argv | ) |
Parameters
argc the command line argument count argv the command line argument values
Returns
- program success/failure status
Authors
- Vince Cole (June 2009)
Source Code
This module is private, for owner's use only.
Not a member, then Register with CodeCogs. Already a Member, then Login.

