/* * ImageIO - ImageIO.h * Copyright (c) 2004-2010 Apple Inc. All rights reserved. * */ #ifndef __IMAGEIO__ #define __IMAGEIO__ #ifndef __COREFOUNDATION__ #include <CoreFoundation/CoreFoundation.h> #endif #include <ImageIO/ImageIOBase.h> #include <ImageIO/CGImageSource.h> #include <ImageIO/CGImageDestination.h> #include <ImageIO/CGImageProperties.h> #include <ImageIO/CGImageMetadata.h> #endif /* __IMAGEIO__ */