[Gimp-developer] Loaded image's title becomes "Untitled"
tks
tksmashiw at gmail.com
Wed Sep 3 04:20:30 PDT 2008
On Wed, 3 Sep 2008 13:19:54 +0300
"Alexia Death" <alexiadeath at gmail.com> wrote:
> As to your filename issue, a quick search in ico plugins load code revealed
> following sniplet:
>
> image = gimp_image_new (max_width, max_height, GIMP_RGB);
> gimp_image_set_filename (image, filename);
That's it exactly! Thanks Alexia!
> As to your code, it should follow the same style as other file load plug-ins
> in http://svn.gnome.org/viewvc/gimp/trunk/plug-ins/ I think.
Oh, I have not looked at subversion repositry yet.
hummm.... It seems that g_message is replaced by g_set_error.
I need to study error handling.
--
tks <tksmashiw at gmail.com>
More information about the Gimp-developer
mailing list