I just used it and it worked well, but some suggestions:
1> There is no code in the subversion, it should really be developed there
2> No tooltips in the user interface make it hard to guess that items mean. I took some time to figure out what the number near the colors is the alpha. A label near it or a tooltip would help a lot. All buttons and spin controls in the main screen should have tooltips
3> Couldn't compile with the latest Lazarus 0.9.31. I had to apply the following modification:
unit BGRAGtkBitmap;
....
uses
....
{$IFDEF LCLgtk2}
gdk2, gtk2def, gtk2Proc;
{$ENDIF}
{$IFDEF LCLgtk}
gdk, gtkdef, gtkProc;
{$ENDIF}