TriMeshImager

Ver.2.0 花柄描画機能搭載
Ver.2.0 Flower Pattern Drawing is available.

概要 Abstract

TriMeshImager画像

TriMeshImager は画像から三角形メッシュを生成し,ベクトル画像に変換する iOS アプリです. オリジナルのアルゴリズムにより,画像中の物体の輪郭にそったメッシュが生成されるので,写真から絵画やステンドグラスのような風合いの画像が得られます.変換後の画像はベクトルデータなので,拡大しても劣化せず,絵画風のぼかしの特徴があるにも関わらず,シャープできらびやかな画質が得られます.
画像コンバーターとしては,
○一様メッシュ:三角形パッチのサイズが等しい規則的な画像生成
○ペイント:絵画調の画像生成
○ステンドグラス:ステンドグラスのようなきらびやかな画像生成
の3種類が実装されています.

TriMeshImager generates a triangular mesh from a bitmap image, and converts it to a vector image.
You can obtain images of painterly or stained glass tone from photographs, since app's original algorithm generates the mesh along the contour of objects in the original image.
Since a converted image is a vector image, it is not degraded even if how expanded, and sharp glittering image quality is obtained in spite of having features of the blur of pictorial.

Ver.2.0 より三角形メッシュの表示機能として,「花柄」表示が搭載されます. 三角形パッチの代わりにベジェ曲線を用い,三角形の頂点に雄しべ・雌しべを模した円を配置することで, 花柄を散りばめたような画像を得ることができます.

From Ver.2.0, "Flower Pattern Drawing" function as a representation of triangular mesh is equipped. You can get images like flower garden, since triangular patches are replaced to Bezier curves and center circles are placed at the vertices of triangles as stamens or pistils.


        ギャラリー Grallery

使用方法 Usage

使用法は簡単です.
元の画像を読み込んだ後,三角形メッシュの最小と最大のパッチサイズを指定して「変換」をタップするだけです.
(パッチサイズを細かくすると変換に1分以上要する場合があります)
生成した画像はビットマップ(PNG)やベクトル画像(SVG,EPS,PDF)として出力可能です(App内課金対象).
The usage is very simple.
After loading original image, specify minimum and maximum patch size, and tap "Convert".
(It may take more than one minute to convert it to a finely patch size.)
You can export bitmap (PNG) or vector images (SVG,EPS,PDF) after In App purchase.


     


Error