• We've made some quality of life improvements to the Trading Post. More info here.

Atkinsonpoint – LISA Slide Show 1.0-A native slideshow tool for the Apple Lisa Office System.

Atkinsonpoint – LISA Slide Show 1.0

A native slideshow tool for the Apple Lisa Office System.

It appears on the LOS desktop
as its own icon, opens into a full-window carousel, and displays 680 x 300 one-bit
pictures.

Click or press a key to advance, or let it run itself at one of three speeds.

Written in Lisa Pascal with the Workshop 3.0 toolchain; runs under Lisa Office System
3.1 on real hardware.


IMG_2442.jpeg

Why "Atkinsonpoint"?

The name honors Bill Atkinson twice over, because this program depends on him twice.

Atkinson wrote QuickDraw, the graphics library at the heart of the Lisa and, later, the
Macintosh.

Every pixel this tool puts on the screen – the window, the menus, and the single CopyBits call that build each slide – is drawn by his code, running where he wrote it.

Atkinson also devised the dithering algorithm that bears his name: a technique for turning grayscale photographs into pure black-and-white images that still read as photographs.

Like Floyd-Steinberg dithering, it diffuses each pixel's quantization error to its neighbors – but Atkinson's version deliberately spreads only three quarters of the error (one eighth to each of six neighbors, discarding the rest).

Throwing part of the error away costs some shadow and highlight detail but keeps the midtones crisp and airy, which is exactly right for a 1-bit screen viewed at arm's length.

It became the signature look of early Macintosh imaging (MacPaint, HyperCard).

IMG_2432.jpeg

And the name is a small pun on "PowerPoint," by way of Teslerpoint (see Thanks): the Lisa was always meant to give presentations
;)


Tom Stepleton – his Teslerpoint proved that a Lisa makes a fine slide carousel and inspired this program.

No Teslerpoint code is used here (that program is bare-metal 68000 assembly; this one is Pascal on the Office System), but the idea is his. His
and documentation work also underpin LISACom, this tool's companion.

Alex Anderson-McLeod (alexthecat123) – his LOS Minesweeper is the template every LOS desktop tool in this family is built from, and his LOS Compilation Base image supplies the Workshop environment and Apple's own ICONEDIT. His LisaFPGA made nightly testing practical.

IMG_2440.jpeg
 
Last edited:
This is amazing! Saw your post on the Lisa group about it. Can't wait to try it on my 2/10. What I'm curious about is how exactly does one go about getting their own converted images onto the Lisa?

Edit: Oh, I see now you have to send them over the serial port with the LisaCom utility, very cool! I think I'll have to get a null modem cable or an existing adapter for one of my cables.
 
Last edited:
This is amazing! Saw your post on the Lisa group about it. Can't wait to try it on my 2/10. What I'm curious about is how exactly does one go about getting their own converted images onto the Lisa?

Edit: Oh, I see now you have to send them over the serial port with the LisaCom utility, very cool! I think I'll have to get a null modem cable or an existing adapter for one of my cables.

Thanks! Let me know how it goes!
 
Extra "bonus" images for the slide show! (400k LISA LOS 3.x floppy images)


If you don't have a cable to create your own PIX here are some more to get you by.

NASA and SciFi from the 70-80s

Let me know if you have any requests!

You will need Workshop to copy these to your hard drive.

I plan to explore a feature to copy from the SlideShow program in the future, but don't count on me.

IMG_2485.jpegIMG_2486.jpegIMG_2487.jpegIMG_2488.jpegIMG_2490.jpegIMG_2490.jpegIMG_2491.jpeg
 

Attachments

Still need to get a proper null modem cable to try my own images but I got around to trying the disk image finally on my Lisa 2/10 and man I’m extremely impressed! I have been wanting a way to open images in LOS ever since I got my Lisa and now that is finally a reality! I’m still beyond stoked we are in the era of new Lisa software now. Makes me even more glad I decided to pull the trigger on one last year after 14 long years of wanting a Lisa. I love this hobby!IMG_3582.jpeg
 
This is a NATIVE Lisa LOS application.
Atkinsonpoint / LISA Slide Show 1.1what's new!!!

**Copy Pictures from Floppy**
(Show menu). Insert a floppy of .PIX files, pick the item, and every picture copies to the volume the tool lives on. Existing names are never overwritten. The Workshop is no longer needed to install pictures (or serial cables if you are making your own photos on a PC or MAC)

- **Remove This Picture** (Show menu). Deletes the slide on screen. Pick it once to arm, again to delete; anything in between cancels. NOTE: as a safety feature, you MUST select this TWICE in immediate succession.

-**Three bonus picture packs**, each a 400K floppy image with the 1.1 tool aboard: NASA (pictures 11–24), science-fiction art of the Lisa era (31–41), and *2001: A Space Odyssey* (51–63). Any one of them is a complete installation on its own.

- **Base floppy rebuilt** with the 1.1 tool, the nine-picture starter show, and LISACom 1.1.

- **Sources updated** on GitHub, with a third hard-won lesson for Lisa Pascal programmers: identifiers are significant only to their first eight characters.



- Verified on a Lisa 2/10 (internal and external ProFile) and a LisaFPGA.



Where to get it?



GitHub (link below)

LisaList2

68kMLA

GlobalTalk -> LISAGaming Zone





github.com/GyroPilot/AtkinsonPoint · github.com/GyroPilot/Apple-LISACom
 

Attachments

What a great update!

I’m curious about this though.
The Workshop is no longer needed to install pictures (or serial cables if you are making your own photos on a PC or MAC)
So you don’t need serial transfer to insert self-made images now? At least I think that’s what you mean, apologies if I’m misinterpreting.

That leaves me with the question how do you get .pix files onto a Lisa formatted disk?
 
Back
Top