OutSystems Forge 日本語データベース

Image Utils Mobile

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-05-15 1.3.1 Harlin Setiadarma All All Components, Libraries, Plug-ins
JSキャンバスを使用してモバイルアプリのイメージユーティリティ(サイズ変更、トリミング、幅と高さの確認、オリエンテーション、シャープニング、ウォーターマークの取得と修正) 現在のところ、ChromeブラウザとAndroid用にのみテストされています(Mac / Safari / iPhoneはありません)
クライアント側のモバイルアクション: 1.サイズ変更:任意のバイナリデータを最大幅または高さ(縦横比を維持する)にリサイズし、自動シャープ&方向修正... 2.トリミング:任意のバイナリデータを特定の次元にクロップする 3.識別:バイナリデータの幅、高さ、向きを識別する 4. GetOrientation:画像ファイルの向きを取得する(EXIF情報を含むソースバイナリデータのみ) 5. FixOrientation:イメージの向きを修正する 6.シャープネス:画像をシャープにする 7. AddImageWatermark:ソース画像にウォーターマークとして画像を追加... Identify以外のすべてのアクションは、関数として使用できます(式で使用できます)。 制限: - GetOrientationは、イメージのバイナリデータの出力をResize / Cropで使用すると失敗し、オリジナルのイメージバイナリデータに使用します。 - これはUIクロッパーではなく、タッチインタラクションを使用して制御できます。代わりにクロッパーモバイルを使用します。 - 現在のところ、ChromeブラウザとAndroid用にのみテストされています(Mac / Safari / iPhoneはありません) サンプル/ハウツーアプリケーションが公開されました:https://www.outsystems.com/forge/2079/

[Overview]
Image Utilities (Resize, Crop, Identify width & height, Get & Fix Orientation, Sharpening, Watermark) for Mobile Apps using JS Canvas. Currently only tested for Chrome browser and Android (as I don't have Mac/Safari/iPhone)
[Detail]
Client-side mobile action: 1. Resize: resize any binary data to a Maximum Width or Height (maintain aspect ratio), auto sharpen & fix orientation... 2. Crop: crop any binary data to a specific dimension 3. Identify: identify width, height and orientation of binary data 4. GetOrientation: get orientation of image file (only source binary data with EXIF info) 5. FixOrientation: fix image orientation 6. Sharpen: sharpen image 7. AddImageWatermark: add an image as watermark to source image... All actions except Identify, are available as functions (can be used in expression). Limitation: - GetOrientation will failed if used on Resize/Crop image binary data output, use it on original image binary data. - This is not a UI Cropper (where you can control using touch interaction), use Cropper Mobile instead. - Currently only tested for Chrome browser and Android (as I don't have Mac/Safari/iPhone) Sample/How-to App has been published: https://www.outsystems.com/forge/2079/
戻る