Skip to content

TotalImage/TotalImage

Repository files navigation

TotalImage

TotalImage is a free and open source disk image editor licensed under the MIT license. For more information, see the LICENSE file. It is written in C# and uses Windows Forms for the UI.

Downloads

Currently, the project is still in early stages of development (alpha-level), and as such is not quite ready for everyday use yet. We will provide official builds once we reach that stage, in the mean time you can build it yourself or ask us to provide binaries for you (see the Development and Support sections below).

System requirements

  • .NET 8.0 Desktop Runtime
  • Windows 7 SP1 1, 8.1, 10 or 11

Support for other operating systems will be considered within the limitations of .NET.

1 Windows 7 is no longer officially supported by .NET, but is not actively blocked by the installer. However, we may not be able to fix all issues on Windows 7 if it turns out it's a .NET problem specific to that version of Windows.

Current status

See the Status page for details about currently implemented features.

Planned features

Below is a non-exhaustive list of things we plan to support. Please note that this list may change over time. We're open to adding support for more stuff in the future, but we have to start with the basics. For currently supported features, see the link in the section above.

Media types

  • Floppy disks
  • Hard disks
  • Optical discs
  • Superfloppies

Disk image containers

  • Raw sector images (.IMG, .IMA, etc.)
  • TeleDisk (.TD0)
  • ImageDisk (.IMD)
  • 86Box 86F (.86F)
  • Virtual Hard Disk (.VHD)
  • ISO (.ISO)
  • And more...

Disk geometries (formats)

  • Common PC-compatible formats (160/180/320/360/720/1200/1440/1680/2880k)
  • 8" formats (such as 1232k) and others with sector sizes other than 512 bytes
  • IBM XDF
  • DEC RX50 400k
  • Acorn 640k/800k
  • And more...

File systems

  • FAT12, FAT16, FAT32
  • HPFS, NTFS
  • High Sierra, ISO9660, UDF
  • And more...

Partitioning schemes

  • Various MBR variants
  • GPT
  • PC-98 partition table
  • And more...

Development

To develop TotalImage, we recommend you install Microsoft Visual Studio 2022. This will give you the designer for Windows Forms, which makes it easier to work with the frontend.

Alternatively, you can also just build the solution with .NET CLI, which is included in the .NET SDK.

Support

Please open an issue on this repo for any bug reports and suggestions you may have. If you wish to talk to us directly, visit the official TotalImage Discord server:

Visit our Discord server

Contributors 4

  •  
  •  
  •  
  •  

Languages