Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
image_util.h File Reference
#include <time.h>
#include "dfw_field_trial_service_library.h"
#include "coordinate.h"
Include dependency graph for image_util.h:

Go to the source code of this file.

Data Structures

struct  ImageMetadata
 

Functions

ImageMetadataGetImageMetadataForImageFile (const char *path_s)
 
ImageMetadataAllocateImageMetadata (Coordinate *coord_p, struct tm *time_p, uint32 width, uint32 height)
 
void FreeImageMetadata (ImageMetadata *metadata_p)
 

Function Documentation

◆ GetImageMetadataForImageFile()

ImageMetadata* GetImageMetadataForImageFile ( const char *  path_s)

◆ AllocateImageMetadata()

ImageMetadata* AllocateImageMetadata ( Coordinate coord_p,
struct tm *  time_p,
uint32  width,
uint32  height 
)

◆ FreeImageMetadata()

void FreeImageMetadata ( ImageMetadata metadata_p)