imageeditor

class camelot.view.controls.editors.imageeditor.ImageEditor(parent=None, storage=None, preview_width=100, preview_height=100, field_name='image', **kwargs)[source]

Editor to view and edit image files, this is a customized implementation of a FileEditor

checkin_byte_array(byte_array, suffix)[source]

Check a byte_array into the storage

copy_to_clipboard()[source]

Copy the image to the clipboard

paste_from_clipboard()[source]

Paste an image from the clipboard into the editor

Previous topic

floateditor

Next topic

integereditor

This Page