Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Late binding / COM for opening an image into GIMP?
#1
Hey guys, I'm looking for a way to use .net to open up a application in Gimp,

Something like:


Code:
dynamic app= Activator.CreateInstance(Type.GetTypeFromProgID("Gimp.Application", true));
app.Load("D:\a.png");
Reply


Messages In This Thread
Late binding / COM for opening an image into GIMP? - by i73 - 08-04-2017, 05:41 PM

Forum Jump: