You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ This is a quick hack for an image viewer/converter for MS-DOS
3
3
4
4
People on [DOS ain't dead](https://www.bttr-software.de/forum/forum_entry.php?id=20792) asked if it would be possible to create such a program for MS-DOS supporting modern image formats. As I had quite a lot of the necessary code already available from [DOjS](https://github.com/SuperIlu/DOjS) I decided to give it a try.
5
5
6
-
`DosView` uses Allegro to display the images, it should support all VESA modes that are implemented by it.
7
-
It tries 32bpp first and 24bpp is 32bpp is not available. The default screen format is 640x480, see below for other options.
6
+
`DosView` uses Allegro to display the images, it should support all available VESA modes.
7
+
The default screen format is 640x480 with most number of bpp, see below for other options.
8
8
9
9
Please note: Although `DosView` should work from a i386 upwards, this programm can eat huge amounts of RAM (>64MiB) if you feed it large images and/or screen sizes.
10
10
@@ -91,6 +91,10 @@ Please see the attached [LICENSE](LICENSE) file for the license of all involved
91
91
* image conversion always needs a working display mode (Allegros fault)
92
92
93
93
# Changelog
94
+
### 1.5 / November 26th, 2023
95
+
* Fixed Allegro VESA driver
96
+
* Added screen mode autodetection
97
+
94
98
### 1.4 / November 24th, 2023
95
99
* new screen resolutions and change in command line
96
100
* (hopefully) fixed bug in image zooming when image was not 4:3 and a multiple of the resolution
0 commit comments