Click here to Skip to main content
15,892,839 members
Articles / Programming Languages / C#

Thumbnail Generator - An easy way to process thumbnails from a large amount of images

Rate me:
Please Sign up or sign in to vote.
4.85/5 (15 votes)
9 Mar 20031 min read 322K   5.3K   88  
Thumbnail Generator application supporting a bunch of image file types (for both: source images and target thumbnails), fixed target image size as well as ratio calculation, and full internationalization.
��<?xml version="1.0" encoding="UTF-16"?>

<!DOCTYPE Application SYSTEM "Config.dtd">

<Application>

  <Information>

    <Name>Thumbnail Generator</Name>

    <Version>0.8</Version>

    <General>This is the configration file for Thumbnail Generator Application.

			 If you can / want to provide a translation of the GUI text components 

			 below please mail it to: Chris.Balla@web.de

	</General>

  </Information>

  <StdLanguage Type="en"/>

  <Language Type="en">

    <Text GUIRelation="btnGenerateThumb">Generate Thumbnails --&gt;</Text>

    <Text GUIRelation="gbxSource">Source:</Text>

    <Text GUIRelation="gbxTarget">Target:</Text>

    <Text GUIRelation="gbxSettings">Thumbnail Settings:</Text>

    <Text GUIRelation="lblExtension">Image Extension:</Text>

    <Text GUIRelation="lblFormat">Image Format:</Text>

    <Text GUIRelation="cbxRatio">Maintain aspect ratio of:</Text>

    <Text GUIRelation="rdbWidth">Width</Text>

    <Text GUIRelation="rdbHeight">Height</Text>

    <Text GUIRelation="lblWidth">Width:</Text>

    <Text GUIRelation="lblHeight">Height:</Text>

    <Text GUIRelation="lblPixel">Pixel</Text>

    <Text GUIRelation="miFile">File</Text>

    <Text GUIRelation="miChooseDir">Choose Image Files...</Text>

    <Text GUIRelation="miGenThumbs">Generate Thumbnails</Text>

    <Text GUIRelation="miFileClear">Clear Filelists</Text>

    <Text GUIRelation="miPreferences">Preferences...</Text>

    <Text GUIRelation="miExit">Exit</Text>

    <Text GUIRelation="miHelp">Help</Text>

    <Text GUIRelation="miInfo">Info</Text>

    <Text GUIRelation="btnOK">OK</Text>

    <Text GUIRelation="btnCancel">Cancel</Text>

    <Text GUIRelation="gbxLang">Language Settings</Text>

    <Text GUIRelation="lblLang">Please choose language (ISO-Code):</Text>

    <Text GUIRelation="txtWidth">Width: </Text>

    <Text GUIRelation="txtHeight">Height: </Text>

    <Text GUIRelation="txtRatio">Ratio: </Text>

    <Text GUIRelation="txtRatioShort">Ratio</Text>

    <Text GUIRelation="errImage">Error while processing image: </Text>

    <Text GUIRelation="errFile">Could not generate Thumbnail from file: </Text>

    <Text GUIRelation="errChoose">Please choose some file(s) to create Thumbnail(s) from.</Text>

  </Language>

  <Language Type="de">

    <Text GUIRelation="btnGenerateThumb">Generiere Thumbnails --&gt;</Text>

    <Text GUIRelation="gbxSource">Quelle:</Text>

    <Text GUIRelation="gbxTarget">Ziel:</Text>

    <Text GUIRelation="gbxSettings">Thumbnail Einstellungen:</Text>

    <Text GUIRelation="lblExtension">Dateiendung:</Text>

    <Text GUIRelation="lblFormat">Bildformat:</Text>

    <Text GUIRelation="cbxRatio">Relative Gr��e zu:</Text>

    <Text GUIRelation="rdbWidth">Breite</Text>

    <Text GUIRelation="rdbHeight">H�he</Text>

    <Text GUIRelation="lblWidth">Breite:</Text>

    <Text GUIRelation="lblHeight">H�he:</Text>

    <Text GUIRelation="lblPixel">Pixel</Text>

    <Text GUIRelation="miFile">Datei</Text>

    <Text GUIRelation="miChooseDir">W�hle Bilder...</Text>

    <Text GUIRelation="miGenThumbs">Generiere Thumbnails</Text>

    <Text GUIRelation="miFileClear">L�sche Dateilisten</Text>

    <Text GUIRelation="miPreferences">Einstellungen...</Text>

    <Text GUIRelation="miExit">Beenden</Text>

    <Text GUIRelation="miHelp">Hilfe</Text>

    <Text GUIRelation="miInfo">Info</Text>

    <Text GUIRelation="btnOK">OK</Text>

    <Text GUIRelation="btnCancel">Abbrechen</Text>

    <Text GUIRelation="gbxLang">Spracheinstellungen</Text>

    <Text GUIRelation="lblLang">Bitte Sprache ausw�hlen (ISO-Code):</Text>

    <Text GUIRelation="txtWidth">Breite: </Text>

    <Text GUIRelation="txtHeight">H�he: </Text>

    <Text GUIRelation="txtRatio">Ratio: </Text>

    <Text GUIRelation="txtRatioShort">Ratio</Text>

    <Text GUIRelation="errImage">Fehler beim generieren des Bildes: </Text>

    <Text GUIRelation="errFile">Thumbnail konnte nicht erstellt werden. Datei: </Text>

    <Text GUIRelation="errChoose">Bitte w�hlen Sie Bilder aus, von denen Sie Thumbnails erstellen m�chten.</Text>

  </Language>

</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
Experience:
- Java
- C#
- XML, XSL, PHP, ASP, ASP.NET
- Server administration

- ASM, Visual Basic (poor)
- Linux (poor)

If you have any offers, questions, or project ideas please feel free to contact me.

If you experience any bugs in my software, please report them.

Thank you.

Comments and Discussions