When I try to export an image of the "Chikungunya E1.fasta" file (located in the folder "\test\UGENE-4299" on the UGENE file server", I get an error:
Task {Image export task} finished with error: Failed to export image to C:\Users\oigl\Desktop\untitled_copy3.png.
The issue occurs because the exported area is too big. A raster image can only be exported if it's width/height is less than 32768px / 32768px. Therefore, please fix the issue as follows:
- Correct export to SVG format.
- Support a handy export to vector format SVG (it has no the size limitation). Add SVG to the standard export dialog and remove the "Export as SVG" item.
- Hide raster formats in the combo box in the export dialog if the size of the exported region is too big. Add a hint in this case in the dialog.
- Replace errors that occur when exporting a too big image with SAFE_POINTs. Correct description of the messages anyway - it must be clear that an error occured because the alignment region is too big.
- is blocked by
-
UGENE-4305 Investigate the possibility to export very big images
- Closed
- relates to
-
UGENE-4483 Export alignment into image does not work for big alignments
- Closed
-
UGENE-4484 Incorrect export of alignments to SVG
- Closed
-
UGENE-4497 UGENE hangs on saving huge MSA as image on OS X
- Closed