Wrote the core output routine for the thumbnail feature
Posted by mholmes on 13 Sep 2007 in Activity log
The thumbnail feature discussed in a previous post is an excellent idea, so I adapted the SaveScaledBitmap routine in mdhGraphics.pas to create SaveScaledBitmapRegion, which takes more parameters so that a region of the source image can be specified, as well as a target width. This works well in testing; now I need to create a GUI for it. I imagine this: "Create thumbnail -< from complete image", and "-< from selected area", then a dialog box where you can specify the output size. Then one of the two routines above is invoked, either the former or the latter respectively.