Q. TSE: Graphics: image.s: v1.0.2: How to install and run? Method: startup macro
The advantage of this below described method is that you do not have to
change or add anything in a native TSE directory (e.g. mac) and you also do not
have to add it to the autoload list, which might sometimes have
side-effects is my experience.
So this method is a more independent external method of running e.g. image.s.
1. -Download and unzip the file image.s v1.0.2
2. -I added once
'.pdf'
to this file
image.s
and saved the file
3. -Make sure once that you have irfanview download and installed
(e.g. 64 bits version)
4. -Edit image.s and add the filepath to the irfanview executable i_view64.exe
and save the file
E.g.
// IRFANVIEW_EXE = 'C:\Program Files\IrfanView\i_view64.exe' // old [kn, ri, fr, 06-02-2026 00:00:19]
IRFANVIEW_EXE = 'G:\GRAPHICS\IRFANVIEW\i_view64.exe' // new [kn, ri, fr, 06-02-2026 00:00:28]
5. -Copy once this file image.s v1.0.2 to your TSE working directory
E.g.
f:\bbc\taal\image.s
6. -You can find your current TSE working directory e.g. by running
this TSE program
PROC Main()
Warn( CurrDir() )
END
That gives e.g.
f:\bbc\taal\
7. -Compile once that file <Ctrl F9> or otherwise
TSE menu > 'Macro' > 'Compile'
8. -In case you are using a TSE startup macro file
E.g.
f:\bbc\taal\knudstar.s
edit that file and add the line below somewhere in the file
(e.g. the bottom of the file)
LoadMacro( "image.mac" )
save and recompile that startup file
9. -Then start TSE with the startup file
E.g.
g32.exe -eknudstar.mac
10. -Then you can then permanently whenever you load almost any
graphics file (e.g. .png, .jpg, .pdf, ...) into TSE
show that as a graphics image inside the TSE window:
1. -As usual via the TSE menu
E.g.
<Escape> > 'File' > 'Open' > <your graphics filename>
E.g.
<Escape> > 'File' > 'Open' > c:\temp\ddd.pdf
or optionally starting TSE with all those parameters direct from the command line)
E.g.
g32.exe -eknudstart c:\temp\ddd.pdf
E.g.
g32.exe -eknudstart f:\bbc\taal\xmasgift.png
11. -Tested successfully
on
Microsoft Windows 10 Professional (64 bits)
running
TSE for Microsoft Windows version 4.50 RC24
image.s v1.0.2
with friendly greetings
Knud van Eeden