 
       wx.lib.agw.thumbnailctrl.NativeImageHandler¶
  wx.lib.agw.thumbnailctrl.NativeImageHandler¶This image handler loads and manipulates the thumbnails with the help of wxPython’s own image related functions.
 Methods Summary¶
 Methods Summary¶| HighlightImage | Adjust overall image brightness to highlight. | 
| LoadThumbnail | Load the file and rescale it. | 
 Class API¶
 Class API¶NativeImageHandler(object)¶This image handler loads and manipulates the thumbnails with the help of wxPython’s own image related functions.
HighlightImage(self, img, factor)¶Adjust overall image brightness to highlight.
| Parameters: | 
 | 
|---|
LoadThumbnail(self, filename, thumbnailsize)¶Load the file and rescale it.
| Parameters: | 
 | 
|---|