0

I chose to create a small program using Jetpack Compose for Desktop to solve my specific problem described here Image Processing with combined Batch- and manual mode

To realize this, i need UI components that allows me:

  • having multiple Images separated in an image-exclusive layer
  • Layers should allow following transformations: rotate, scale, panning
  • Transformation operation should be controlled with simple UI Elements like here Handles for Scaling, Layer-Border

Which would be the best approach to solve this requirements? I tinkered around with the drawBehind Modifier, which allows me to draw all Images in on Element, but i don’t know how implement the mentioned simple UI-Elements. Furthermore i would have to implement myself, the selecting which layer should be transformed.

An alternative would to have a separate Image element per Layer in some kind of flexible Layout as shown in the UI-Examples. Is there any possibility to specify the Modes for blending the different image elements?

0 Answers0