
Did some further research with the same program as from post #6 and it gets a bit confusing. I tried to load some different graphical formats from the same picture, converted with GIMP to other formats. In GTK2 all pictures display normal, but on GTK3:
- .jpg gets displayed distorted, probably the blue and red channel are swapped
- .png either gets displayed distorted as the .jpg or not displayed at all. Looks like it depends on the size of the picture: small ones were displayed, albeit distorted, bigger ones (like my trial pic) didn't get displayed at all without any warning.
- .ico gets displayed okay !
- .bmp becomes a totally weird picture on display
I am a complete layman when it comes to graphical formats so I attach the base picture here (poep.jpg), which I used to produce the other formats.
Perhaps important too: when I run the program in with GTK3 it produces a huge amount of output to stdout of what looks like debug messages:
Focused
GtkEventResize: Form1:TForm1 Send=0 x=757 y=365 w=200 h=200
other changes state=00015480 mask=00015400
GtkEventResize: Form1:TForm1 Send=1 x=757 y=365 w=200 h=200
GtkEventResize: Form1:TForm1 Send=1 x=757 y=365 w=200 h=200
GtkEventResize: Form1:TForm1 Send=0 x=757 y=365 w=309 h=362
GetStyleWithName creating style widget memo
GtkEventResize: Form1:TForm1 Send=1 x=758 y=365 w=309 h=362
GtkEventResize: Form1:TForm1 Send=1 x=758 y=366 w=309 h=362
GtkEventResize: Form1:TForm1 Send=1 x=758 y=367 w=309 h=362
GtkEventResize: Form1:TForm1 Send=1 x=758 y=368 w=309 h=362
GtkEventResize: Form1:TForm1 Send=1 x=758 y=369 w=309 h=362
Do I have the right GTK3 library (3.24.0 in the repository) ? I downloaded it from the standard repository of Mint ...