dr0p
31st March 2008, 04:09 AM
This is a small application codded in VB.NET for cropping contact photos by selecting the desired part of the photo. I've added special preset for SCLCP++ contact photos (the photos are cropped and resized 72x75).
Features:
- Open, save and crop PNG, JPG, GIF, BMP files
- Read contact photos form PocketOutlook
- Probably lot of bugs
A have attached 2 installers:
- Clean install no source included
- Full install vb.net sources are installed along application in "Source" folder
for other .net developers:
I have made a little .net class wrapper for gsGetFile.dll so if you want to use it or modify it please do so. The wrapper saves the last open and save folder in the registry so there's no need to do It in your code... the paths saved are per application
Developers please do not curse me for the more-than-not-optimal coding.. this is one of the first .net applications I've coded... and users please report the bugs you find..
Some known bugs:
- Not adequate behavior when no selection is made.
- When you open a file or get a contact picture the view mode is reset
- Selections from right to left mirror the selection
**************** Version 1.01 UPDATE
ChangeLog:
- Added crude support for SmartPhone (no touchscreen.. small dot for pointer)
- Renamed "Custom" preset to "Free"
- Added support for custom sized crops - new preset "Custom"
- Added "Settings" dialog for choosing the default OpenFile Dialog
- Removed sources from the installer (only in separate archive)
Some screens:
http://mail.perfectbg.com/dr0p/Temp/capture002.jpg http://mail.perfectbg.com/dr0p/Temp/capture003.jpg http://mail.perfectbg.com/dr0p/Temp/capture004.jpg
http://mail.perfectbg.com/dr0p/Temp/capture005.jpg
*** I hate the choose image dialog so I use the gsGetFile.dll's one.. maybe I will add a setting to switch the default dialog box.
Features:
- Open, save and crop PNG, JPG, GIF, BMP files
- Read contact photos form PocketOutlook
- Probably lot of bugs
A have attached 2 installers:
- Clean install no source included
- Full install vb.net sources are installed along application in "Source" folder
for other .net developers:
I have made a little .net class wrapper for gsGetFile.dll so if you want to use it or modify it please do so. The wrapper saves the last open and save folder in the registry so there's no need to do It in your code... the paths saved are per application
Developers please do not curse me for the more-than-not-optimal coding.. this is one of the first .net applications I've coded... and users please report the bugs you find..
Some known bugs:
- Not adequate behavior when no selection is made.
- When you open a file or get a contact picture the view mode is reset
- Selections from right to left mirror the selection
**************** Version 1.01 UPDATE
ChangeLog:
- Added crude support for SmartPhone (no touchscreen.. small dot for pointer)
- Renamed "Custom" preset to "Free"
- Added support for custom sized crops - new preset "Custom"
- Added "Settings" dialog for choosing the default OpenFile Dialog
- Removed sources from the installer (only in separate archive)
Some screens:
http://mail.perfectbg.com/dr0p/Temp/capture002.jpg http://mail.perfectbg.com/dr0p/Temp/capture003.jpg http://mail.perfectbg.com/dr0p/Temp/capture004.jpg
http://mail.perfectbg.com/dr0p/Temp/capture005.jpg
*** I hate the choose image dialog so I use the gsGetFile.dll's one.. maybe I will add a setting to switch the default dialog box.