Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TASIMASU — MAG Image Concatenation Tool for X68000

Version 1.02a (1992)

TASIMASU is a tool for concatenating two MAG images into a single MAG file on the Sharp X68000.

It supports both vertical and horizontal concatenation.

Unlike simple image joining, this tool reconstructs the output while preserving the internal differential encoding structure of the MAG format.

This program was originally developed in the early 1990s and is provided here in its original form.


Purpose of This Repository

This repository is intended to preserve:

  • MAG format internal structure handling
  • Image concatenation algorithm based on differential encoding

The source code is published as a technical reference of the original implementation.


Policy

  • The source code is preserved as-is from the original development.
  • No refactoring, modernization, or feature additions are planned.
  • This is not an actively maintained project.

Usage

TASIMASU [switch] file1 file2 file3

For detailed usage, see the original documentation:

docs/TASIMASU.DOC


Notes

  • This tool operates directly on MAG internal structures.
  • It does not perform full decode/re-encode processing.
  • Input files must meet specific format constraints.

Original Documentation

The original distribution document is included without modification:

  • docs/TASIMASU.DOC

The original documents are included as-is in Shift-JIS encoding.


License

This project is released under the MIT License.

Copyright (c) 1992, 2026 UG.


Acknowledgement

This software is based on the MAG image format specification, originally designed by its respective authors.


Final Note

This repository exists to preserve an algorithm.

If you are interested in the MAG format or its internal structure, you are free to read, reuse, and adapt this code.

Releases

Packages

Contributors

Languages