Class JPEG::Marker
In: default_marker.rb
Parent: Object

Marker

A Jpeg marker, generic class used by all others markers

Methods

NewMarker   l   new   parse   properties   read   to_binary   valid?  

Attributes

prefix  [R] 
values  [R] 

Public Class methods

The NewMarker constructor method. Inspect the object space in order to find something usable later

Public Instance methods

parse the data

returns the available properties for the given tag

binary serialization transform the marker to its final form

[Validate]