Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
coder  
#1 Posted : Thursday, February 23, 2006 5:57:26 PM(UTC)
coder

Rank: Member

Groups:
Joined: 2/23/2006(UTC)
Posts: 1

Hi!

Is it possible to extend Graphics Mill.NET with further image formats?

Is there something like a plugin API for this purpose?

I'm checking if Graphics Mill fits our needs and it is looking good, so far. We need support for a rather esoteric image format, so I'm looking for a way to integrate it as easy as possible in the Graphics Mill framework.

Maybe there is already a HowTo or an article regarding this issue, so a link would help.

Thanks!

Dmitry  
#2 Posted : Friday, February 24, 2006 1:19:47 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Could you describe your task more detailed? What formats do you want to support? Which information do you want to get from media formats?

Now we are releasing new version of Graphics Mill for .NET 3.5 which has add-on for AVI video support. This add-on allows working with AVI files - read, write, recompress, work with audio, etc.

If you want to implement custom format reader yourself, it is possible to do it via Graphics Mill for .NET. To do it you should implement the following interfaces:

  • Aurigma.GraphicsMill.Codecs,IFormaReader (if you want to read image data from files),

  • Aurigma.GraphicsMill.Codecs,IFormatWriter (if you want to write image data to files),

  • Aurigma.GraphicsMill.Codecs,IFrame,

  • Aurigma.GraphicsMill.Codecs,IEncoderOptions,

  • Aurigma.GraphicsMill.IAddonModule.

Edited by user Thursday, December 20, 2007 5:04:24 PM(UTC)  | Reason: Not specified

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.