Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Sprint:Sprint 25
Description
The image export service is tightly coupled to igb. The service needs to abstract away the view components. See the following function as an example.
public void mvRadioButtonActionPerformed()
{ //TODO: This is will not work when external plugins are using this service exportComponent = mainView; refreshPreview(); }
It was decided that ProtAnnot will have it's own "Save Image" option that is independent from IGB. ProtAnnot should only have the option to save the image as a PNG file.
Testing for this issue included saving images in ProtAnnot when only one instance is running, when several instances are running, under different zoom levels, and checking to see if IGB's Save Image function is affected.
Since this story is resolved it will now be closed.