jpeg2

package
v0.0.0-...-2753795 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2026 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package jpeg2 implements the JPEGReadWriter2Plugin for the SqueakVM. This provides high-level JPEG read/write using Go's image/jpeg stdlib, complementing the low-level JPEGReaderPlugin (DCT, Huffman, color conversion).

Index

Constants

View Source
const (
	FormBits   = 0
	FormWidth  = 1
	FormHeight = 2
	FormDepth  = 3
)

Form pointer indices (matching Squeak's Form class layout).

Variables

This section is empty.

Functions

This section is empty.

Types

type JPEGReadWriter2Plugin

type JPEGReadWriter2Plugin struct {
	// contains filtered or unexported fields
}

JPEGReadWriter2Plugin provides high-level JPEG encode/decode primitives.

func (*JPEGReadWriter2Plugin) Name

func (p *JPEGReadWriter2Plugin) Name() string

func (*JPEGReadWriter2Plugin) Primitives

func (p *JPEGReadWriter2Plugin) Primitives() map[string]vm.PrimitiveFunc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL