├── Bin ├── Win32 │ └── Release │ │ └── OvbImgOrganizer.exe └── Win64 │ └── Release │ └── OvbImgOrganizer.exe ├── Bitmap ├── ArrowLeft2.bmp ├── ArrowRight.bmp ├── ArrowRight2.bmp ├── FlipHorizontal.bmp ├── FlipVertical.bmp ├── Help.bmp ├── RotateLeft.bmp ├── RotateRight.bmp ├── Search.bmp ├── Search18x18.bmp ├── Search20x20.bmp ├── SlideShow.bmp ├── Square.bmp ├── Zoom.bmp └── ZoomRealSize.bmp ├── LICENSE ├── Languages ├── French │ └── OvbImgOrganizerLanguage.mo └── ReadMe.txt ├── README.md ├── ScreenDump ├── ImageOrganizerMainScreen.JPG └── ImageOrganizerPhotoViewer.JPG └── Source ├── Direct2D_1 ├── Vcl.Direct2D_1.pas ├── Winapi.D2D1EffectAuthor.pas ├── Winapi.D2D1_1.pas ├── Winapi.DCommon.pas ├── Winapi.DWrite_1.pas └── Winapi.DocumentTarget.pas ├── DropHandler └── DropHandler.pas ├── ExtractStrings.bat ├── OvbImgOrganizer.DataModule.dfm ├── OvbImgOrganizer.DataModule.pas ├── OvbImgOrganizer.DataTypes.pas ├── OvbImgOrganizer.Help.dfm ├── OvbImgOrganizer.Help.pas ├── OvbImgOrganizer.Help.rtf ├── OvbImgOrganizer.ImagePanel.pas ├── OvbImgOrganizer.ImageScanDir.dfm ├── OvbImgOrganizer.ImageScanDir.pas ├── OvbImgOrganizer.Main.dfm ├── OvbImgOrganizer.Main.pas ├── OvbImgOrganizer.PaintPanel.pas ├── OvbImgOrganizer.SlideShow.dfm ├── OvbImgOrganizer.SlideShow.pas ├── OvbImgOrganizer.Utils.pas ├── OvbImgOrganizer.dpr ├── OvbImgOrganizer.dproj ├── OvbImgOrganizer.ico ├── OvbImgOrganizer.pap ├── OvbImgOrganizerLanguage.po ├── OvbImgOrganizerLanguage.pot ├── OvbImgOrganizerLanguageIgnore.po └── SuperMessageForm ├── SuperMessageForm.dfm └── SuperMessageForm.pas /Bin/Win32/Release/OvbImgOrganizer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bin/Win32/Release/OvbImgOrganizer.exe -------------------------------------------------------------------------------- /Bin/Win64/Release/OvbImgOrganizer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bin/Win64/Release/OvbImgOrganizer.exe -------------------------------------------------------------------------------- /Bitmap/ArrowLeft2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/ArrowLeft2.bmp -------------------------------------------------------------------------------- /Bitmap/ArrowRight.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/ArrowRight.bmp -------------------------------------------------------------------------------- /Bitmap/ArrowRight2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/ArrowRight2.bmp -------------------------------------------------------------------------------- /Bitmap/FlipHorizontal.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/FlipHorizontal.bmp -------------------------------------------------------------------------------- /Bitmap/FlipVertical.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/FlipVertical.bmp -------------------------------------------------------------------------------- /Bitmap/Help.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/Help.bmp -------------------------------------------------------------------------------- /Bitmap/RotateLeft.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/RotateLeft.bmp -------------------------------------------------------------------------------- /Bitmap/RotateRight.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/RotateRight.bmp -------------------------------------------------------------------------------- /Bitmap/Search.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/Search.bmp -------------------------------------------------------------------------------- /Bitmap/Search18x18.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/Search18x18.bmp -------------------------------------------------------------------------------- /Bitmap/Search20x20.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/Search20x20.bmp -------------------------------------------------------------------------------- /Bitmap/SlideShow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/SlideShow.bmp -------------------------------------------------------------------------------- /Bitmap/Square.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/Square.bmp -------------------------------------------------------------------------------- /Bitmap/Zoom.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/Zoom.bmp -------------------------------------------------------------------------------- /Bitmap/ZoomRealSize.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Bitmap/ZoomRealSize.bmp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/LICENSE -------------------------------------------------------------------------------- /Languages/French/OvbImgOrganizerLanguage.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Languages/French/OvbImgOrganizerLanguage.mo -------------------------------------------------------------------------------- /Languages/ReadMe.txt: -------------------------------------------------------------------------------- 1 | Language file must be copied in the executable directory. 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/README.md -------------------------------------------------------------------------------- /ScreenDump/ImageOrganizerMainScreen.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/ScreenDump/ImageOrganizerMainScreen.JPG -------------------------------------------------------------------------------- /ScreenDump/ImageOrganizerPhotoViewer.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/ScreenDump/ImageOrganizerPhotoViewer.JPG -------------------------------------------------------------------------------- /Source/Direct2D_1/Vcl.Direct2D_1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/Direct2D_1/Vcl.Direct2D_1.pas -------------------------------------------------------------------------------- /Source/Direct2D_1/Winapi.D2D1EffectAuthor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/Direct2D_1/Winapi.D2D1EffectAuthor.pas -------------------------------------------------------------------------------- /Source/Direct2D_1/Winapi.D2D1_1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/Direct2D_1/Winapi.D2D1_1.pas -------------------------------------------------------------------------------- /Source/Direct2D_1/Winapi.DCommon.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/Direct2D_1/Winapi.DCommon.pas -------------------------------------------------------------------------------- /Source/Direct2D_1/Winapi.DWrite_1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/Direct2D_1/Winapi.DWrite_1.pas -------------------------------------------------------------------------------- /Source/Direct2D_1/Winapi.DocumentTarget.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/Direct2D_1/Winapi.DocumentTarget.pas -------------------------------------------------------------------------------- /Source/DropHandler/DropHandler.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/DropHandler/DropHandler.pas -------------------------------------------------------------------------------- /Source/ExtractStrings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/ExtractStrings.bat -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.DataModule.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.DataModule.dfm -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.DataModule.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.DataModule.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.DataTypes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.DataTypes.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.Help.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.Help.dfm -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.Help.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.Help.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.Help.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.Help.rtf -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.ImagePanel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.ImagePanel.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.ImageScanDir.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.ImageScanDir.dfm -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.ImageScanDir.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.ImageScanDir.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.Main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.Main.dfm -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.Main.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.PaintPanel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.PaintPanel.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.SlideShow.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.SlideShow.dfm -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.SlideShow.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.SlideShow.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.Utils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.Utils.pas -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.dpr -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.dproj -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.ico -------------------------------------------------------------------------------- /Source/OvbImgOrganizer.pap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizer.pap -------------------------------------------------------------------------------- /Source/OvbImgOrganizerLanguage.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizerLanguage.po -------------------------------------------------------------------------------- /Source/OvbImgOrganizerLanguage.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizerLanguage.pot -------------------------------------------------------------------------------- /Source/OvbImgOrganizerLanguageIgnore.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/OvbImgOrganizerLanguageIgnore.po -------------------------------------------------------------------------------- /Source/SuperMessageForm/SuperMessageForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/SuperMessageForm/SuperMessageForm.dfm -------------------------------------------------------------------------------- /Source/SuperMessageForm/SuperMessageForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fpiette/OvbImgOrganizer/HEAD/Source/SuperMessageForm/SuperMessageForm.pas --------------------------------------------------------------------------------