Image Object Module (image)
- Check if a value is an image object (image.is)
- Create a blank image with size (image.new)
- Merge images (image.oper_merge)
- Create a text image (image.new_text_image)
- Load image from file (image.load_file)
- Load image from data (image.load_data)
- Copy an image object (:copy)
- Crop a region from an image (:crop)
- Save image to photo album (:save_to_album)
- Save image to PNG file (:save_to_png_file)
- Save image to JPEG file (:save_to_jpeg_file)
- Get PNG data of image (:png_data)
- Get JPEG data of image (:jpeg_data)
- Rotate 90° left (:turn_left)
- Rotate 90° right (:turn_right)
- Get image size (:size)
- Get color at a point (:get_color)
- Set color at a point (:set_color)
- Color replacement (:replace_color)
- Draw image onto image (:draw_image)
- Binarize image (:binaryzation)
- Multi-point color matching (:is_colors)
- Find color in image (:find_color)
- Find subimage in image (:find_image)
- ! OCR text in image (:ocr_text)
- Decode a QR code image (:qr_decode)
- Destroy an image object (:destroy)
- cv - Find image in image (:cv_find_image)
- cv - Auto binarization (:cv_binaryzation)
- cv - Resize with stretch (:cv_resize)
- cv - Compare images (:cv_compare_image)
- cv - Convert to shape contours (:cv_to_shapes)
- cv - Find contours (:cv_find_shapes)
- cv - Multi-template feature detection (:cv_detect_templates)