arcache.ImageTK module

This file is part of the Graphiend application family. Copyright (c) 2021 Kevin Eales.

This program is experimental and proprietary, redistribution is prohibited. Please see the license file for more details. ———————————————————————————————————————– This is a modified version of PIL.ImageTk, The idea here is to retain the original image so it can be hot-loaded into cache at the end of the process.

class arcache.ImageTK.PhotoImage(image=None, size=None, **kw)[source]

Bases: PIL.ImageTk.PhotoImage

This is a wrapper class.

image = None
purge()[source]

Keep our memory clear.