[Module] ImageEx - Gadget (all OS)

Hier könnt Ihr gute, von Euch geschriebene Codes posten. Sie müssen auf jeden Fall funktionieren und sollten möglichst effizient, elegant und beispielhaft oder einfach nur cool sein.
Benutzeravatar
Thorsten1867
Beiträge: 1359
Registriert: 04.02.2005 15:40
Computerausstattung: [Windows 10 x64] [PB V5.7x]
Wohnort: Kaufbeuren
Kontaktdaten:

[Module] ImageEx - Gadget (all OS)

Beitrag von Thorsten1867 »

Extended Image Gadget - Module (all OS / 64Bit / DPI)
  • Anzeigen von Bildern mit den richtigen Proportionen
  • Autmatische Verkleinerung von zu großen Bildern
  • Autmatische Zentrierungof von zu kleinen Bildern
  • Dynamisch Rahmen für Bilder
  • Hinzufügen von Text [#Center/#Right/#Left | #Top/#Middle/#Bottom | #FitText]
  • Unterstützung für animierte GIFs & PNGs
  • Unterstützung für SVG - Bilder
  • Autmatische Größenanpassung des Gadgets

Code: Alles auswählen

; ImageEx::AttachPopupMenu()    ; attachs a popup menu to the gadget
; ImageEx::DisableReDraw()      ; enable/disable redrawing of the gadget
; ImageEx::Gadget()             ; creates a new gadget
; ImageEx::SetAutoResizeFlags() ; [#MoveX|#MoveY|#Width|Height]
; ImageEx::SetColor()           ; similar to SetGadgetColor()
; ImageEx::SetFont()            ; similar to SetGadgetFont(), but FontNumber instead of FontID
; ImageEx::SetFlags()           ; adds flags to the gadget
; ImageEx::SetMargins()         ; define margins
; ImageEx::SetState()           ; similar to SetGadgetState(), but ImageNumber instead of ImageID
; ImageEx::SetText()            ; similar to SetGadgetText()
; ImageEx::ToolTip()            ; similar to GadgetToolTip()
Download: ImageExModule.pbi
Zuletzt geändert von Thorsten1867 am 25.04.2020 10:57, insgesamt 1-mal geändert.
Download of PureBasic - Module
Download of PureBasic - Programmes

[Windows 11 x64] [PB V6]

Bild
Benutzeravatar
Thorsten1867
Beiträge: 1359
Registriert: 04.02.2005 15:40
Computerausstattung: [Windows 10 x64] [PB V5.7x]
Wohnort: Kaufbeuren
Kontaktdaten:

Re: [Module] ImageEx - Gadget (all OS)

Beitrag von Thorsten1867 »

Update: Unterstützung von Multi-Frame Images (z.B. GIF)
Download of PureBasic - Module
Download of PureBasic - Programmes

[Windows 11 x64] [PB V6]

Bild
Benutzeravatar
Thorsten1867
Beiträge: 1359
Registriert: 04.02.2005 15:40
Computerausstattung: [Windows 10 x64] [PB V5.7x]
Wohnort: Kaufbeuren
Kontaktdaten:

Re: [Module] ImageEx - Gadget (all OS)

Beitrag von Thorsten1867 »

Update:
  • Unterstützung für animierte PNGs (APNG)
  • Unterstützung für SVG - Bilder
Download of PureBasic - Module
Download of PureBasic - Programmes

[Windows 11 x64] [PB V6]

Bild
Antworten