Skip to content

Commit

Permalink
Add deprecation flags for LegacyQTTools/LegacyQTReader/LegacyQTWriter
Browse files Browse the repository at this point in the history
These classes depended on the external QuickTime for Java library which
is long obsolete. This commit marks them as deprecated in preparation for
removal in the upcoming major release of Bio-Formats
  • Loading branch information
sbesson committed Jun 29, 2023
1 parent 971fb34 commit 2bb21f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@

/**
* Utility class for working with QuickTime for Java.
*
* @Deprecated LegacyQTTools will be removed in Bio-Formats 7.0.0
*/
@Deprecated
public class LegacyQTTools {

// -- Constants --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
*
* Much of this code was based on the QuickTime Movie Opener for ImageJ
* (available at http://rsb.info.nih.gov/ij/plugins/movie-opener.html).
*
* @Deprecated LegacyQTReader will be removed in Bio-Formats 7.0.0
*/
@Deprecated
public class LegacyQTReader extends BIFormatReader {

// -- Fields --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
*
* Much of this code was based on the QuickTime Movie Writer for ImageJ
* (available at http://rsb.info.nih.gov/ij/plugins/movie-writer.html).
*
* @Deprecated LegacyQTWriter will be removed in Bio-Formats 7.0.0
*/
@Deprecated
public class LegacyQTWriter extends FormatWriter {

// -- Constants --
Expand Down

0 comments on commit 2bb21f9

Please sign in to comment.