python-fu-slice

Manish Singh

Description

Cuts an image along its guides, creates images and a HTML table snippet

Help

Add guides to an image. Then run this. It will cut along the guides, and give you the html to reassemble the resulting images. If you choose to generate javascript for onmouseover and clicked events, it will use the lower three visible layers on the image for normal, onmouseover and clicked states, in that order. If skip caps is enabled, table cells on the edge of the table won't become animated, and its images will be taken from the active layer.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image
PF_DRAWABLE drawable Input drawable
PF_VALUE save-path Path for HTML export
PF_VALUE html-filename Filename for export
PF_VALUE image-basename Image name prefix
PF_VALUE image-extension Image format
PF_INT separate-image-dir Separate image folder
PF_VALUE relative-image-path Folder for image export
PF_INT cellspacing Space between table elements
PF_INT animate Javascript for onmouseover and clicked
PF_INT skip-caps Skip animation for table caps

Return

None