V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
magic961102
V2EX  ›  问与答

想咨询下各位大哥,如何用 Java 删除图片的元数据并且不影响图片质量?

  •  
  •   magic961102 · Jan 21, 2025 · 1411 views
    This topic created in 466 days ago, the information mentioned may be changed or developed.

    如题,如何用 java 删除 jpg 等图片的类似作者、标题等信息,目前测试使用以下方法没效果

     try (FileOutputStream fos = new FileOutputStream(outputPath)) {
                    // 删除所有 EXIF 元数据
                    new ExifRewriter().removeExifMetadata(
                        new File(inputPath), 
                        fos
                    );
                }
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2527 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 03:05 · PVG 11:05 · LAX 20:05 · JFK 23:05
    ♥ Do have faith in what you're doing.