I’m a dollar short and a day late, but better late than never! With only a little over a day left to go, I have my #imagewriterii on #globaltalk too! Find it at DeereGreenZone. #MARCHintosh
I’m a dollar short and a day late, but better late than never! With only a little over a day left to go, I have my #imagewriterii on #globaltalk too! Find it at DeereGreenZone. #MARCHintosh
Printing another Print Shop banner because you can never have enough banners
Sound on for dot matrix ASMR
A while back I wrote some Python to print directly to ImageWriter II & LQ printers, both mono and color over serial. It also seems to work over AppleTalk which is awesome!
I printed this BYTE magazine cover using MacPalette II and my Python script for comparison.
MacPalette II is better at color but mine is better at smaller details, like the text at the top.
New blog post: Fixing NOS ImageWriter II color ribbons. Long story short, I went back to foam! This post goes through my trials, failures, and success. Hope you find it useful!
I may have found a solution for the ImageWriter II color ribbon pinch rollers. The O-ring method just wasn’t working for me. Details soon after some more testing.
I got O rings from Home Depot (#70 3/4” OD, 9/16” ID) to go around the pinch rollers to replace the bad foam. It worked well with no friction on take up.
Now that the ribbon is all back inside the cartridge, there’s not enough torque to pull it from the other side of the cartridge. The O rings are loose and slip.
Anyone know a source for better O rings?
Uh oh. No back cover on my newly acquired ImageWriter II . Clearly been off for a while and in storage as there’s rust in there. #Apple #imagewriterII #retrocomputing #vintage #dotmatrix
This animation shows the simulated output of CUPS ImageWriter II DitherPPI setting approximately from 2 to 31. After that, it changes to a more posterized dither and is the same for any larger value. You can see the dithering dots start very large and shrink down with each new value.
I was able to tweak the output of the ImageWriter II prints from CUPS to be slightly better. I've updated the blog post.
This Python script will convert an ImageWriter II data stream/capture into a TIFF file. This was incredibly handy for running multiple tests without needing to actually print it on the printer to see the results.
Ok, so this centipede printer workflow isn’t really reliable so I dove into CUPS to try and see if there’s a way to alter the dithering.
I tried adding different settings to the PPD file but nothing produced any changes.
Until I added “DitherPPI” (a GS option) and it produced a result that was pretty good! I tried various values (30, 80, 120, 180) but they all looked identical. In any case, this is good enough for me!
The way it works is this:
1. A print is initiated from a device to the CUPS-PDF driver on my #netatalk Raspberry Pi.
2. The resulting PDF is placed in the AFP share of netatalk/afpd.
3. An emulated PPC Mac 9.2.2 running the #AppleScript below is watching for new files in that folder and will print them using Acrobat Reader to the #ImageWriterII via #LocalTalk using the MacPalette II driver.
It works, but crashes with dialog that I can't auto-dismiss.