ISO Master is an open-source, graphical CD image editor that runs on Linux; and bkisofs, the underlying library used for reading, modifying and writing ISO images.
The hard part of this project is the library for working with ISOs (bkisofs). My hope is that people will like this library enough to make their own GUIs using it. So my choice of widget set (GTK, that is) will not necessarily annoy too many people.
Here are some key features of "ISO Master":
· Display file/directory contents of the image and and the regular filesystem in two panels and be able to navigate them.
· Display file sizes for files on image/filesystem.
· Sort by name or by size
· Select any number of items in the file browsers.
· Extract selected from image to the filesystem
· Delete selected from image.
· Add selected from filesystem to image.
· Save modified image.
· Create image from scratch.
What's New in This Release: [ read full changelog ]
· Fixed a serious bug that caused some images to be created with corrupt files inside.