Closed tischi closed 3 years ago
Normally yes because there's an adapter:
OK, can I try to add something the UI such that users can make use of this?
Or is there already some Save
button for this?
OK, can I try to add something the UI such that users can make use of this?
Sure, to save the transform, it works like this:
ScijavaGsonHelper.getGson(scijavaContext).toJson(transform, RealTransform.class);
@NicoKiaru can you already save and load EllipsoidTransforms?