简体   繁体   English

Marvin Plugin属性

[英]Marvin Plugin Attributes

I recently found Marvin and have been messing around with it a bit. 我最近找到了马文,并且一直在搞乱它。 The main bottleneck I've come across, though, is that there isn't much documentation provided with it. 不过,我遇到的主要瓶颈是它没有提供太多的文档。 The Javadocs page is sparse and there are very few useful examples provided on the website. Javadocs页面很稀疏,网站上提供的有用示例很少。

Most of it can be pieced together and worked out, but I really wish there was a detailed list for each of the Image Plugins that are included. 其中大部分可拼凑在一起并制定出来,但我真的希望有一个包含的每个图像插件的详细列表。 I was wondering, is there's anyone that's used Marvin enough to come up with this list, or just the most common and useful attributes? 我想知道,是否有人使用Marvin来提出这个列表,或者只是最常见和最有用的属性?

This would make using Marvin such a breeze. 这将使马文如此轻而易举。 Thanks. 谢谢。

We're working to improve Marvin documentation and developer resources as most as we can. 我们正努力尽可能地改进Marvin文档和开发人员资源。

1. MarvinPluginCollection 1. MarvinPluginCollection

The easiest way to play with plug-ins is using MarvinPluginCollection . 使用插件的最简单方法是使用MarvinPluginCollection Use static import to have access to all plug-ins as methods: 使用静态导入可以访问所有插件作为方法:

import static marvin.MarvinPluginCollection.*;

The Javadoc describe each plug-in and its attributes. Javadoc描述了每个插件及其属性。

2. Examples 2.例子

We've been adding new examples. 我们一直在添加新的例子。 Take a look at the Examples page. 看一下Examples页面。 You can download MarvinSamples project which has additional examples. 您可以下载MarvinSamples项目,其中包含其他示例。 You can also take a look at Stack Overflow questions related to Marvin: 您还可以查看与Marvin相关的Stack Overflow问题:

https://stackoverflow.com/questions/tagged/marvin-framework https://stackoverflow.com/questions/tagged/marvin-framework

3. How-to do in Image Processing 3.图像处理中的操作方法

We're creating a How-To of basic image processing operations. 我们正在创建一个操作方法基本的图像处理操作。 Take a look! 看一看!

4. Discussion Group 4.讨论组

If you have any question you can also ask it on Marvin Discussion Group specifically to developers using Marvin. 如果您有任何疑问,您也可以在Marvin Discussion Group专门向使用Marvin的开发人员询问。


We're sorry for your frustration. 我们很抱歉你的沮丧。 We take this post as an incentive to keep improving the framework and developer resources. 我们将这篇文章作为激励来不断改进框架和开发人员资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM