Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Extending Graphics Mill.NET with further image formats
Rank: Member
Groups: Guest
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!
|
|
|
|
Rank: Advanced Member
Groups: Guest
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 |
|
|
|
|
Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Extending Graphics Mill.NET with further image formats
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.