/* * Copyright 2023 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkJpegXmp_codec_DEFINED #define SkJpegXmp_codec_DEFINED #include "include/core/SkRefCnt.h" #include "include/private/SkXmp.h" class SkData; #include #include // Find and parse all XMP metadata, given a list of all APP1 segment parameters. std::unique_ptr SkJpegMakeXmp(const std::vector>& decoderApp1Params); #endif