Close currently opened image, free resources. @return true if there was opened current image, and it's now closed
()
| 361 | * @return true if there was opened current image, and it's now closed |
| 362 | */ |
| 363 | public boolean closeImage() { |
| 364 | synchronized(mutex) { |
| 365 | return closeImageInternal(); |
| 366 | } |
| 367 | } |
| 368 | |
| 369 | /** |
| 370 | * Highlight bookmarks. |