wolfhece.wolf_texture
Author: HECE - University of Liege, Pierre Archambeau Date: 2024
Copyright (c) 2024 University of Liege. All rights reserved.
This script and its content are protected by copyright law. Unauthorized copying or distribution of this file, via any medium, is strictly prohibited.
Module Contents
- class wolfhece.wolf_texture.genericImagetexture(which: str, label: str, mapviewer, xmin, xmax, ymin, ymax, imageFile='', imageObj=None, transparent_color=None, tolerance: int = 3, replace_color=None)[source]
Bases:
wolfhece.drawing_obj.Element_To_Draw
Affichage d’une image en OpenGL via une texture
- class wolfhece.wolf_texture.imagetexture(which: str, label: str, cat: str, subc: str, mapviewer, xmin, xmax, ymin, ymax, width=1000, height=1000, France=False, epsg='31370')[source]
Bases:
wolfhece.drawing_obj.Element_To_Draw
Affichage d’une image, obtenue depuis un Web service, en OpenGL via une texture
- class wolfhece.wolf_texture.Text_Image_Texture(text: str, mapviewer, proptext: wolfhece.textpillow.Text_Infos, vector, x: float, y: float)[source]
Bases:
genericImagetexture
Affichage d’une image en OpenGL via une texture
- update_image(newtext: str = '', proptext: wolfhece.textpillow.Text_Infos = None)[source]