Categorygithub.com/dsoprea/go-photoshop-info-format
modulepackage
0.0.0-20200610045659-121dd752914d
Repository: https://github.com/dsoprea/go-photoshop-info-format.git
Documentation: pkg.go.dev

# README

Build Status Coverage Status Go Report Card GoDoc

Overview

This is a minimal Photoshop format implementation to allow IPTC data to be extracted from a JPEG image. This project primarily services go-jpeg-image-structure.

# Functions

GetModuleRootPath returns the root-path of the module.
GetTestAssetsPath returns the path of the test-assets.
GetTestDataFilepath returns the file-path of the common test-data.
ReadPhotoshop30Info parses a sequence of photoship-info records from the stream.
ReadPhotoshop30InfoRecord parses a single photoshop-info record.

# Structs

Photoshop30InfoRecord is the data for one parsed Photoshop-info record.