diff --git a/README-dist.txt b/README-dist.txt new file mode 100644 index 0000000..e2e7600 --- /dev/null +++ b/README-dist.txt @@ -0,0 +1,25 @@ +jai-imageio-core README for Fedora and EPEL +=========================================== + +This package contains a CVS snapshot of jai-imageio-core from +https://jai-imageio.dev.java.net/. + +Because of copyright issues, some functionality has been removed +for packaging in Fedora and EPEL: + + * JAI Image I/O Operations + * JPEG 2000 support + * codecLib (C implementation of plugins for JPEG, PNG, and TIFF) + + +Everything else should work, including java.nio based ImageIO streams, +and ImageIO readers/writers for: + + * BMP + * GIF + * PCX + * PNM + * "Raw" (not digital camera RAW) + * TIFF (some formats unavailable because of missing codecLib) + * PCX + * WBMP diff --git a/README-fedora-epel.txt b/README-fedora-epel.txt deleted file mode 100644 index e2e7600..0000000 --- a/README-fedora-epel.txt +++ /dev/null @@ -1,25 +0,0 @@ -jai-imageio-core README for Fedora and EPEL -=========================================== - -This package contains a CVS snapshot of jai-imageio-core from -https://jai-imageio.dev.java.net/. - -Because of copyright issues, some functionality has been removed -for packaging in Fedora and EPEL: - - * JAI Image I/O Operations - * JPEG 2000 support - * codecLib (C implementation of plugins for JPEG, PNG, and TIFF) - - -Everything else should work, including java.nio based ImageIO streams, -and ImageIO readers/writers for: - - * BMP - * GIF - * PCX - * PNM - * "Raw" (not digital camera RAW) - * TIFF (some formats unavailable because of missing codecLib) - * PCX - * WBMP