HDRUtils-1.0.2: Utilities for reading, manipulating, and writing HDR imagesSource codeContentsIndex
Graphics.Image.PFS.Internal
Documentation
data TagIterator Source
data TagContainer Source
data Channel Source
data Array Source
data ChannelIterator Source
data Frame Source
data DOMIO Source
data FrameFile Source
data FrameFileIterator Source
data FILE Source
type TagIteratorH = Ptr TagIteratorSource
type TagContainerH = Ptr TagContainerSource
type ChannelH = Ptr ChannelSource
type ArrayH = Ptr ArraySource
type ChannelIteratorH = Ptr ChannelIteratorSource
type FrameH = Ptr FrameSource
type DOMIOH = Ptr DOMIOSource
type FrameFileH = Ptr FrameFileSource
type FrameFileIteratorH = Ptr FrameFileIteratorSource
type FILEH = Ptr FILESource
pfs_TagIteratorGetNext :: TagIteratorH -> IO CStringSource
pfs_TagIteratorHasNext :: TagIteratorH -> CIntSource
pfs_TagContainerGetString :: TagContainerH -> CString -> IO CStringSource
pfs_TagContainerSetString :: TagContainerH -> CString -> CString -> IO ()Source
pfs_TagContainerRemoveTag :: TagContainerH -> CString -> IO ()Source
pfs_TagContainerGetIterator :: TagContainerH -> IO TagIteratorHSource
pfs_Array2DGetCols :: ArrayH -> CIntSource
pfs_Array2DGetRows :: ArrayH -> CIntSource
pfs_Array2DGet :: ArrayH -> CInt -> CInt -> CFloatSource
pfs_Array2DSet :: ArrayH -> CInt -> CInt -> CFloat -> IO CFloatSource
pfs_Array1DGet :: ArrayH -> CInt -> CFloatSource
pfs_Array1DSet :: ArrayH -> CInt -> CFloat -> IO CFloatSource
pfs_ChannelGetWidth :: ChannelH -> CIntSource
pfs_ChannelGetHeight :: ChannelH -> CIntSource
pfs_ChannelGetName :: ChannelH -> CStringSource
pfs_ChannelGetTags :: ChannelH -> IO TagContainerHSource
pfs_ChannelGetRawData :: ChannelH -> IO (Ptr CFloat)Source
pfs_ChannelIteratorGetNext :: ChannelIteratorH -> IO ChannelHSource
pfs_ChannelIteratorHasNext :: ChannelIteratorH -> IO CIntSource
pfs_FrameGetWidth :: FrameH -> CIntSource
pfs_FrameGetHeight :: FrameH -> CIntSource
pfs_FrameGetXYZChannels :: FrameH -> Ptr ChannelH -> Ptr ChannelH -> Ptr ChannelH -> IO ()Source
pfs_FrameCreateXYZChannels :: FrameH -> Ptr ChannelH -> Ptr ChannelH -> Ptr ChannelH -> IO ()Source
pfs_FrameGetChannel :: FrameH -> CString -> IO ChannelHSource
pfs_FrameCreateChannel :: FrameH -> CString -> IO ChannelHSource
pfs_FrameRemoveChannel :: FrameH -> ChannelH -> IO ()Source
pfs_FrameGetChannelIterator :: FrameH -> IO ChannelIteratorHSource
pfs_FrameGetTags :: FrameH -> IO TagContainerHSource
pfs_newDOMIO :: IO DOMIOHSource
pfs_deleteDOMIO :: DOMIOH -> IO ()Source
pfs_DOMIOCreateFrame :: DOMIOH -> CInt -> CInt -> IO FrameHSource
pfs_DOMIOWriteFrame :: DOMIOH -> FrameH -> FILEH -> IO ()Source
pfs_DOMIOReadFrame :: DOMIOH -> FILEH -> IO FrameHSource
pfs_DOMIOFreeFrame :: DOMIOH -> FrameH -> IO ()Source
pfs_newFrameFile :: FILEH -> CString -> IO FrameFileHSource
pfs_FrameFileGetFileHandle :: FrameFileH -> FILEHSource
pfsFrameFileGetFileName :: FrameFileH -> CStringSource
pfs_newFrameFileIterator :: Ptr CInt -> Ptr CString -> CString -> CString -> FILEH -> CString -> Ptr () -> IO FrameFileIteratorHSource
pfs_FrameFileIteratorGetNextFrameFile :: FrameFileIteratorH -> IO FrameFileHSource
pfs_FrameFileIteratorCloseFrameFile :: FrameFileH -> IO ()Source
pfs_freeChannelIterator :: ChannelIteratorH -> IO ()Source
pfs_freeTagIterator :: TagIteratorH -> IO ()Source
fopen :: CString -> CString -> IO FILEHSource
fclose :: FILEH -> IO ()Source
fdopen :: CInt -> CString -> IO FILEHSource
Produced by Haddock version 2.4.2