Can't Save files / images

Linux specific forum
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

Can't Save files / images

Post by Franky »

Hi guys,

just trying to save an image but it doesn't work

Code: Select all

LoadImage(1,OpenFileRequester("Laden...","","Bitmap|*.BMP",0))
SaveImage(1,SaveFileRequester("Hallo","","Bitmap|*.BMP",0))
Getting the Warning
[WARNING](GtK) unable to retrieve file information from blablabla...
I'm using OpenSuse 12.1.
When using Dolphin I'm able to write to the directory, so it should not be a rights problem.
Any hints (except for changing the OS :mrgreen: )

Best regards

Franky
Give Up everything but trying!
Fred
Administrator
Administrator
Posts: 18248
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Can't Save files / images

Post by Fred »

Try to put #PB_ImagePlugin_BMP as plugin for SaveImage(), seems like the bug I just fixed here: http://www.purebasic.fr/english/viewtop ... =4&t=52857
Post Reply