Image Example ============= Location: ``examples/webapp/image/`` This example demonstrates the ```` input type with a ```` and a rotation angle. The input image is rotated by the specified angle. tool.xml -------- .. code-block:: xml image (rappture2web) python3 @tool/image.py @driver *.xml nanohub.xml Input image that gets rotated. ignore Rotation angle in degrees. deg 0deg 360deg 45deg Key concepts ------------ - ```` provides a dropdown of example input files (``*.xml``). - ```` renders an image preview in the input panel. - ``ignore`` tells the compare mode to skip this input. - Image outputs use base64-encoded PNG/JPEG data. Running ------- .. code-block:: bash rappture2web examples/webapp/image/