Ich finde das Programm ja recht nett und auch, was ich so sehe, recht brauchbar. Aber leider sind heutige Fotos von Digitalkameras etwas grösser... (meine sind so 3500x2500). Das ollte der Editor schon hinkriegen, denke ich, damit man ihn gut einsetzen kann.und PS: noch keine großen bilder (zb 2000*2000) editieren
Foto Editor
Download FotoEdit v0.03 Linux/Windows + SourceCode (Plattform-unabhängig)
Preview bei allen Funktionen
GNU GPL !!
Windows Version
Plattformunabhäniger SourceCode
Bug fixes (das mit der Bildgröße nicht... Wäre sehr glücklich wenn das jemand lösen könnte ...)
MfG Tompazi
Preview bei allen Funktionen
GNU GPL !!
Windows Version
Plattformunabhäniger SourceCode
Bug fixes (das mit der Bildgröße nicht... Wäre sehr glücklich wenn das jemand lösen könnte ...)
MfG Tompazi

Download FotoEdit v0.04 Linux (199KB)
Download FotoEdit v0.04 Dev Linux + SourceCode (Plattform-unabhängig) (222KB)

Scrollarea, Bild drehen 90°, info button + Fenster, Zoom editable !, Bugfixes etc.
Unter Windows geht's irgendwie nicht obwohl mein Sourcecode Plattform-unabhängig ist..
MfG Tompazi
Download FotoEdit v0.04 Dev Linux + SourceCode (Plattform-unabhängig) (222KB)

Scrollarea, Bild drehen 90°, info button + Fenster, Zoom editable !, Bugfixes etc.
Unter Windows geht's irgendwie nicht obwohl mein Sourcecode Plattform-unabhängig ist..
MfG Tompazi

Das sind die Zeilen die unter Windows nicht funktionieren... (Trackbars gibts noch mehr mit dem gleichen Bug)
Irgendwelche Ideen? (außer Windows ist doof)
MfG Tompazi
Code: Alles auswählen
SetGadgetState(#ImageGad,ImageID(Image())) ; WINDOWS BUG? PB 4.31 XP SP3 ;; Image() = 1
TrackBarGadget(#T_Bright,20,20,160,30,-255,255) ;; WINDOWS BUG? 0 - 255? (PB 4.31)
TrackBarGadget(#T_Cont,20,20,160,30,-100,100) ;; WINDOWS BUG? 0 - 100? (PB 4.31)
;...
MfG Tompazi
