.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.agw.scrolledthumbnail

.. highlight:: python



.. _wx.lib.agw.scrolledthumbnail.PILImageHandler:

==========================================================================================================================================
|phoenix_title|  **wx.lib.agw.scrolledthumbnail.PILImageHandler**
==========================================================================================================================================

This image handler loads and manipulates the thumbnails with the help
of PIL (the Python Imaging Library).



|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>PILImageHandler</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.agw.scrolledthumbnail.PILImageHandler_inheritance.svg" alt="Inheritance diagram of PILImageHandler" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.agw.scrolledthumbnail.PILImageHandler.html" title="This image handler loads and manipulates the thumbnails with the help" alt="" coords="5,5,367,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.agw.scrolledthumbnail.PILImageHandler.__init__`                   Default class constructor.
:meth:`~wx.lib.agw.scrolledthumbnail.PILImageHandler.HighlightImage`             Adjust overall image brightness to highlight.
:meth:`~wx.lib.agw.scrolledthumbnail.PILImageHandler.Load`                       Load the file.
:meth:`~wx.lib.agw.scrolledthumbnail.PILImageHandler.Rotate`                     Rotate image by angle degrees.
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: PILImageHandler(object)

   This image handler loads and manipulates the thumbnails with the help
   of PIL (the Python Imaging Library).

   .. method:: __init__(self)

      Default class constructor.
      
      .. note:: If PIL is not installed, this will raise an exception. PIL
       can be downloaded from http://www.pythonware.com/products/pil/ .


   .. method:: HighlightImage(self, img, factor)

      Adjust overall image brightness to highlight.
      
      :param `img`: an instance of :class:`wx.Image`;
      :param `factor`: unused in :class:`PILImageHandler`.


   .. method:: Load(self, filename)

      Load the file.
      
      :param `filename`: a file containing an image;


   .. method:: Rotate(self, img, angle)

      Rotate image by angle degrees.
      
      :param img: an instance of :class:wx.Image;
      :param angle:  angle in degrees
      :return: rotated image


