Drop&Resize is a small Windows utility for quickly resizing image files.
It is designed for a simple workflow: choose a resize profile, drag original images into the window, and drag the resized results back out to Explorer, Outlook, or another application.
- This is small open-source program which does not have digital signature. Windows SmartScreen may and will show relevant warning. This warning can be safely ignored.
- Drag and drop images from Windows Explorer
- Immediate batch resizing after drop
- One current batch only — new dropped files replace the previous results
- Result cards with thumbnail preview, dimensions, file size, and status
- Multi-select result cards and drag them out as normal files
- Resize profiles with custom width, height, JPEG quality, output format, suffix, and “do not enlarge” option
- Built-in profiles can be edited or reset to defaults
- Custom user profiles can be added, edited, and deleted
- Multi-threaded processing with selectable worker count
- Basic protection against dropping generated files back into the app
Input:
- JPG / JPEG
- PNG
- BMP
- GIF
- TIFF
Output:
- JPEG
- PNG
- BMP
Animated GIF and multi-page TIFF handling is basic; the app is intended for quick photo resizing, not advanced image editing.
- Select a resize profile.
- Drop image files into the main window.
- Drop&Resize creates resized files in a temporary batch folder.
- Completed images appear as cards.
- Select one or more cards and drag them out to Explorer, Outlook, or another target application.
Generated files are real temporary files, so standard Windows file drag-and-drop is used.
- Windows 10 or newer recommended
- .NET Framework 4.8
- Visual Studio 2022 for building from source
Drop&Resize— main Windows Forms applicationDrop&Resize.Worker— background worker executable used for image processingImageResizeService.cs— image loading, resizing, and saving logicBatchProcessor.cs— multi-threaded batch processingResizeProfile.csandProfileStore.cs— profile model and storageImageCardControl.cs— result card UITempBatchManager.cs— temporary output batch folders
Open Drop&Resize.sln in Visual Studio and build the solution.
The project targets .NET Framework 4.8 and uses standard .NET / Windows Forms components. No external NuGet packages are required for the current version.
Drop&Resize focuses on speed and simplicity. It does not include image editing, history, project management, cloud upload, RAW/WebP/HEIC/AVIF support, or GPU acceleration.
- Added Auto Update feature
- Added arrows navigation on cards
- Added deleting of cards by del.
- Updated update dialog
- New versioning scheme
- Updated Workflow
- Refactor changelog generation in workflow
- Add navigation within cards by arrow keys and deleting them wit del button
- Update README with more screenshots
- Update copyright year and name in LICENSE.txt
- update version
- UI fix for clear exit
- Added removal of working folder in %TEMP%
- Update README.md
- Update CHANGELOG with new updates checking
- docs: update changelog [bot]
- Remove v1.0.0.2 changelog entries
- Test release to check workflow
- docs: update changelog [bot]
- Update workflow to auto generate/update Changelog and update README
- Added updates checking
- Updated settings and profiles storage location to
%PROGRAMDATA%.
- Added the first public Drop&Resize release.


