1 / 12

Advanced Imaging in Java: Exploring JAI and Java 3D Seminar

Dive into the world of advanced imaging in Java with JAI and Java 3D Seminar. Learn about JAI's performance-oriented features, extensive functionality, and network imaging capabilities. Discover the ease of implementation, time-saving benefits, and platform compatibility offered by these cutting-edge Java technologies. Get hands-on experience through tutorials, guides, and code examples. Unleash the power of Java for sophisticated image editing and processing operations.

tracy
Télécharger la présentation

Advanced Imaging in Java: Exploring JAI and Java 3D Seminar

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Advanced Imagingin 45 Minuten LVA Java 3D Seminar 06.12.2002 Benjamin Goldbach Benjamin.goldbach@informatik.fh-fulda.de

  2. JAI ist nötig • AWT • Unterstützt nur die Formate GIF und JPEG • Kann nur Bilder anzeigen, nicht aber editieren • Java 2D, eine Erweiterung von AWT • Bietet grundlegende grafische Operationen • Nur limitierte Bildoperationen • JAI - erweitertes Bildbearbeitungsframework • Anspruchsvolle Bildbearbeitung möglich Java 3D Seminar, B. Goldbach

  3. Einzigartige Vorteile • „easy-to-use“ – einfach zu implementieren • Zeitersparnis durch den Einsatz von JAI • Geeignet zur Gruppenarbeit durch Netzwerkfähigkeit • Bildbearbeitungsstandard der Zukunft • Java basiert • Offene Spezifikation • Plattformübergreifend • erweiterbar Java 3D Seminar, B. Goldbach

  4. JAI ist performance-orientiert • Tiling • Aufteilen von Bildern, nur benötigte Teile werden geladen • spart Bandbreite • Ausführen nach Bedarf • Nur benötigte Daten werden berechnet • spart Rechenzeit • Network Imaging • Unterstützt RMI und IIP • skalierbare Lösungen möglich Java 3D Seminar, B. Goldbach

  5. Umfangreiche Funktionalität • Mehr als 100 Bildbearbeitungsoperationen (perfomance-orientiert durch nativen Code) • Support für alle gängigen Bildformate: • BMP, GIF, FPX, JPEG, PNG, PNM, TIFF • Remote Imaging • Unterstützung von RMI und IIP • Bilder empfangen via InputStream oder URL • Kompatibilität • In herkömmlichen Grafikschnittstellen integrierbar Java 3D Seminar, B. Goldbach

  6. JAI Bestandteile / Installation • JAI ist kein Bestandteil von Java • Zusätzliche Librarys müssen heruntergeladen und installiert werden • EXE-Datei zur Installation unter Windows • Benötigte JAR-Archive: • jai_core.jar • jai_codec.jar Java 3D Seminar, B. Goldbach

  7. Vorstellen des Tutors JAI in 45 Minuten Java 3D Seminar, B. Goldbach

  8. Ergänzung: Vererbungshierarchie Quelle: JAI Guide, Sun Microsystems Java 3D Seminar, B. Goldbach

  9. Ergänzung: Render-Kette Quelle: JAI Guide, Sun Microsystems Java 3D Seminar, B. Goldbach

  10. Einfache Lernhilfen • JAI Guide von Sun • Detaillierte Hintergrundinformationen zu den einzelnen Schnittstellen und Operationen • Viele Implementierungshilfen und Code-Beispiele • Java API Dokumentation • Gute Hilfe während der Implementierungsphase • Tutor: JAI in 45 Minuten • Guter Einstieg und Überblick Java 3D Seminar, B. Goldbach

  11. Resümee • Vorteile • Einfach zu erlernen und zu implementieren • Vielseitig und flexibel einsetzbar • Nachteile • Schlechte Performace (Abhilfe durch mediaLib Accerlator?) Java 3D Seminar, B. Goldbach

  12. Quellen Suns JAI-Homepage: http://java.sun.com/products/java-media/jai/ Java 3D Seminar, B. Goldbach

More Related