File: image-crop.el.html
This package provides an interface for cropping images interactively, but relies on external programs to do the actual modifications to files.
Defined variables (7)
image-crop-buffer-text-function | Function to return the buffer text corresponding to the cropped image. |
image-crop-crop-command | List of command and its command-line arguments to crop an image. |
image-crop-cut-command | List of command and its command-line arguments to cut a rectangle out of image. |
image-crop-exif-rotate | If non-nil, rotate images by updating Exif data. |
image-crop-resize-command | List of command and command-line arguments to resize an image. |
image-crop-rotate-command | List of command and its command-line arguments to rotate an image. |
image-cut-color | Color to use for the rectangle that was cut from the image. |
Defined functions (12)
image-crop | (&optional CUT) |
image-crop--content-type | (IMAGE) |
image-crop--crop-image-1 | (SVG OP) |
image-crop--crop-image-update | (AREA DATA SIZE TYPE CUT TEXT) |
image-crop--default-buffer-text | (TEXT IMAGE) |
image-crop--find-corner | (AREA POS CORNERS) |
image-crop--height | (AREA) |
image-crop--insert-image-data | (IMAGE TEXT) |
image-crop--possibly-rotate-buffer | (IMAGE) |
image-crop--process | (COMMAND EXPANSIONS) |
image-crop--width | (AREA) |
image-cut | (&optional COLOR) |