All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.xmp.core.namespace.EXIFSchemaForEXIF Maven / Gradle / Ivy

// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2012 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe license agreement accompanying it.
// =================================================================================================
package com.adobe.xmp.core.namespace;

public interface EXIFSchemaForEXIF
{
	final String URI = "http://ns.adobe.com/exif/1.0/";
	final String STANDARD_PREFIX = "exif";
	
	final String EXIFVERSION = "ExifVersion";
	final String FLASHPIXVERSION = "FlashpixVersion";
	final String FLASH = "Flash";
	
	
	// "Flash" type
	final String FIRED = "Fired";
	final String FUNCTION = "Function";
	final String MODE = "Mode";
	final String RED_EYE_MODE = "RedEyeMode";
	final String RETURN = "Return";
	
	// TODO add rest of namespace properties
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy