Atomek
ImageResize

ImageResize - free Tool for scaling JPEG and PNG Images

GUI+CLICompleteVersion 4.0Windows 64Bit2024-02-15Download
CLICommandline InterfaceVersion 4.0Windows 64Bit2024-02-15Download
Source codeon GitHubhttps://github.com/Atomek61/ImageResize.gitRepository

Version 4.0 February 2024 - Windows 64 Bit

GUI - Graphical User Interface

CLI - Commandline Interface


          

Contents

Copyright and license

ImageResize Copyright (c) 2024 Jan Schirrmacher, www.atomek.de

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy and merge copies of the Software, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Overview

I wrote this little tool for my website, where I sometimes have to resample high resolution images to web images at a lower resolution.

Formerly I used JpgIlluminator or IrfanView, which are excellent tools for their purposes. I decided to write a tool of my own, which fullfills my special needs:

Software Interfaces

ImageResize has three interfaces, each has its own version

InterfaceNameMeaningVersion
CodeTProcessorFunctional core
in Object Pascal
4.0
GUIImageResize.exeGraphical User Interface4.0
CLIimgres.exeCommandline Interface4.0

Windows GUI Application - ImageResize.exe

This application is compiled for Microsoft Windows 64 Bit, but the source could be ported for Linux or OSX.

Getting Help

After installing the GUI application you have either a local copy of the HTML-Help files (an installation option) or you can access the web documentation on my homepage.

To get help from inside the application, many controls have hints or simply press <F1>.

Complete reference (English)
Komplette Referenz (Deutsch)

Commandline Interface imgres.exe

Download the imgres.exe file, copy it to your Windows folder, open the commandline with cmd.exe and type imgres. This will display a help text.

Example to scale an image with source image, target folder and new size in pixel of the larger side:
C:\Pictures> imgres myphoto.jpg .\web1200 1200

Complete reference


        

And the best (beside its free) - the NEW feature: A Web Gallery Generator

ImageResize at the beginning was a simple image resizing and renaming tool but kept in mind, that its the base for creation of Web Galleries. Now this old dream became true. With adding the new Web Gallery Generator (called Presentation) all my dreams became reality (Ok, I have other dreams too - universal peace for instance - but they have to wait...)

Version History

Roadmap