Documentation ¶
Index ¶
- func OverscanRawToImg(d []byte, mode uint8, p color.Palette) (*image.NRGBA, error)
- func OverscanToImg(scrPath string, mode uint8, p color.Palette) (*image.NRGBA, error)
- func OverscanToPng(scrPath string, output string, mode uint8, p color.Palette) error
- func ToGo(data []byte, screenMode uint8, p color.Palette, cfg *config.MartineConfig) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OverscanRawToImg ¶
overscanRawToImg will convert fullscreen amstrad screen slice of bytes in image.NRGBA using the screen mode and the palette as arguments
func OverscanToImg ¶
overscanToImg will convert fullscreen amstrad screen filepath 'srcPath' in image.NRGBA using the screen mode and the palette as arguments
func OverscanToPng ¶
overscanToPng will convert fullscreen amstrad screen filepath in png file 'output' using the screen mode and the palette as arguments
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.