< prev index next >

src/java.desktop/share/classes/javax/imageio/metadata/doc-files/png_metadata.html

Print this page

        

*** 1,10 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> ! <html> <head> <!-- ! Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this --- 1,13 ---- ! <!doctype html> ! <html lang="en"> <head> + <meta charset="utf-8"/> + <title>PNG Metadata Format Specification</title> + </head> <!-- ! Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this
*** 24,41 **** Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> ! <title>PNG Metadata Format Specification</title> ! </head> ! ! <body bgcolor="white"> ! <center><h1> ! PNG Metadata Format Specification ! </h1></center> <p> The PNG native format encodes the complete contents of a PNG file chunk by chunk, except for the IDAT chunks that contain the actual --- 27,39 ---- Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> ! <body> ! <h1>PNG Metadata Format Specification</h1> <p> The PNG native format encodes the complete contents of a PNG file chunk by chunk, except for the IDAT chunks that contain the actual
< prev index next >