var fDesc=new Array();
fDesc[0] = "The complete digital image rename and IPTC process solution for Windows. Whether you are a professional photographer or a digital camera user, "You Name It" allows you to pre-process your digital image collection easily and effortlessly.
"You Name It" is a fast and easy way to rename single or multiple files. Select your files and change it's name, convert all names to uppercase or lowercase, replace or delete characters, add prefixes and suffixes, or replace the names altogether with sequential names of your choosing.
Text information will be saved within the digital image file according to the IPTC/NAA standard and can be read and processed by various image processing software programs (such as Adobe Photoshop, Corel Photopaint, Canto Cumulus, Extensis Portfolio etc).
Features for file renaming :
- Remames single files, multiple files or complete folders
- Shows image files to help you to type the correct name
- Previewing of name changes in REAL-TIME, see what names look like before they are changed
- UNDO feature for batch renaming to allow you to undo the last rename action
- Rescue files allows you to undo any batch rename action any time
- Log file shows statistics of Rename and IPTC process actions
- Built-in folder browser to browse drives/folders for files you wish to rename, network drives are supported
- Export folder content to ASCII files
- Reset or change file attributes while renaming
- Change file creation date and or time while renaming
- Change file name case in uppercase, lowercase, first case up, every first case up ,etc.
- Change complete filename (only if autonumber is enabled)
- Add Prefix or Suffix to filenames
- Change a single character or remove a single character from a filename
- Replace a complete string or remove a complete string from a filename
- Crop filenames to the left or the right
- Change file extension case in uppercase, lowercase, first case up, every first case up ,etc.
- Change complete file extension (only if autonumber is enabled)
- Add Prefix or Suffix to file extensions
- Change a single character or remove a single character from an extension
- Replace a complete string or remove a complete string from an extension
- Crop extensions to the left or the right
- Add auto numbers before or after a filename
- Start auto numbers at any number you need
- Increase auto numbers with any number you need
- Adds manually or automatically zero's to numbers (for example 3 becomes 003)
Features for IPTC and EXIF processing:
- Add IPTC information to single files, multiple files or complete folders
- Drag and drop IPTC Keyowrds or Categories on images
- Batch IPTC information to single or multiple files or complete folders
- Keeps IPTC Keywords and Categories in public and private listings for fast access
- Unique Personal Assistent to manage IPTC Keywords and Categories
- Import and Export IPTC values to files
- Export EXIF values to files
- Print IPTC and EXIF values
- Lossless IPTC adding to JPEG files (file will not be resaved)
Features for image processing:
- 8 effects to adjust images
- 6 effects to process images
- Convert images to gray-scale, true color, etc
- Lossless JPEG operations supported
- Rotate or Flip images
- Resize image canvas
- Resample image
- Supports Histogram, Edge detection and Negative functions
- Print with previews";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}