Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Brad Larson による GPU Image Framework を使用して、写真にさまざまな効果を適用できるアプリケーションを作成しています。サーマル フィルターと X 線フィルターを作成したいと思います。独自のカスタム フィルターを作成する方法をまだ見つけていません。
誰かがカスタム フィルターの例を挙げて、上記のような画像フィルターを作成するために何をしなければならないかを説明してください。
So, here's my situation. I've got a my two classes:
class FromClass { public string[] Foo { get; set; } } class ToClass { public strin