dash-picture-annotation v0.2.0
Introduction
Dash Picture Annotation is a Dash component library.
Dash porting version of the React project React Picture Annotation 🔗. Provide a simple annotation window for a single picture.
Changelog
0.2.0 @ 03/03/2025
📣 New
- Improve and add the scaling control features. Now, the annotated image scale behaves more like the
<img>tag. Users can use a new property,init_scale, to fine-grain control the scale. - Add utilities and typehints related to the newly introduced
scalefeatures. It is recommended thatdpa.sanitize_scalecan be used to createdpa.Scale. - Add demo of the new feature
init_scaletousage.py.
💾 Change
- Bump the
yarnversion from4.5.3to4.7.0. - Add the dependency
react-image-size.
Full Changelog: v0.1.2...v0.2.0