画像オブジェクトモジュール (image)
- 値が画像オブジェクトかどうかを判定 (image.is)
- 指定サイズの空の画像オブジェクトを作成 (image.new)
- 画像を結合 (image.oper_merge)
- テキスト画像オブジェクトを新規作成 (image.new_text_image)
- ファイルから画像オブジェクトを作成 (image.load_file)
- データから画像オブジェクトを作成 (image.load_data)
- 画像オブジェクトのコピーを作成 (:copy)
- 画像オブジェクトの一部を切り抜いてコピーを作成 (:crop)
- 画像オブジェクトを写真アルバムに保存 (:save_to_album)
- 画像オブジェクトを PNG 形式のファイルに出力 (:save_to_png_file)
- 画像オブジェクトを JPEG 形式のファイルに出力 (:save_to_jpeg_file)
- 画像オブジェクトの PNG 形式データを取得 (:png_data)
- 画像オブジェクトの JPEG 形式データを取得 (:jpeg_data)
- 画像オブジェクトを左へ 90 度回転 (:turn_left)
- 画像オブジェクトを右へ 90 度回転 (:turn_right)
- 画像オブジェクトのサイズを取得 (:size)
- 画像オブジェクト上の指定位置の色を取得 (:get_color)
- 画像オブジェクト上の指定位置の色を設定 (:set_color)
- 色を置換 (:replace_color)
- 画像内に別の画像を描画 (:draw_image)
- 画像オブジェクトを二値化 (:binaryzation)
- 画像の複数点の色を照合 (:is_colors)
- 画像内の色を検索 (:find_color)
- 画像内の画像を検索 (:find_image)
- ! 画像内の文字を認識 (:ocr_text)
- QR コード画像をデコード (:qr_decode)
- 画像オブジェクトを破棄 (:destroy)
- cv - 画像内の画像を検索 (:cv_find_image)
- cv - 画像を自動二値化 (:cv_binaryzation)
- cv - 画像を引き伸ばして別サイズの画像を作成 (:cv_resize)
- cv - 画像を比較 (:cv_compare_image)
- cv - 画像を形状の輪郭情報に変換 (:cv_to_shapes)
- cv - 画像から輪郭を検索 (:cv_find_shapes)
- cv - 画像の複数テンプレートの特徴を検出 (:cv_detect_templates)