(I see the article now credits her on the image subscript?)
Also, the article mentions the colour-cycling animations of Mark Ferrari, but you might also like a big collection of specifically Amiga colour-cycling animations: https://www.amiga.lychesis.net/specials/ColorCycling.html
https://www.youtube.com/watch?v=WjIQO1MjV2w
Also, looks like the source code for DPaint1 has been made available:
https://computerhistory.org/blog/electronic-arts-deluxepaint...
There's a neat modern DPaint clone called PyDPainter (https://github.com/mriale/PyDPainter). It has various advantages, such as support for modern graphics formats like PNG.
1. That was also true on original hardware (when I owned the system in my younger days). I distinctly remember having to slow down certain movements to let the system keep pace, depending on speed and complexity of motion. 2. The effect is drastically improved (and I note so in the article) by choosing a faster virtual CPU.
It runs in DOSBox, making it a bit easier (imo) to get running on most computers (and Android devices) than old Amiga software (even if I have FS-UAE and Amiga Forever installed as well on my desktop computer).
edit: you can even "Preview in DPaint" which has an embedded emulator!
Not having layers is frustrating, but also in some way fun. I have not used Deluxe Paint much, but in Animator there is a second Clip screen, it is possible to save and load the clipboard (i.e. "CELs") as well as the current image using keyboard short-cuts, and then there are some other nifty features like "copy everything that changed in this frame since I came here"... The more I play with it the more workarounds I find for things that otherwise would have been easy to do if there were layers.
Also have that set up on my phone, with a lot of on-screen buttons configured in DOSBox. Works well and doesn't come with any of the annoying in-app-purchases and/or ads that all the app painting programs seem to be full of. I even bought a stylus to use with Animator on my phone.
https://github.com/AnimatorPro/Animator-Pro/tree/f5ed3/bin/d...
I am sure it is possible to find the Pro version somewhere, but I have not seen a build yet based on the published source code. Pro supported SVGA graphics and had a built-in scripting language, so should be more useful in practice, especially with access to the source code for modifying it (if/when someone figures out how to build it). There have been some attempts to port it to modern platforms, but not sure how that went.
Deluxe Paint IV on my Amiga 500 was fantastic. I had so much fun making dumb animations with my friends.
I think I still have the diskettes, I just need to fire up Greasweazle to dump those.
It's not so simple[0].
I'm a Commodore guy, always was, but god were these Ataris beautiful.
Reminded me of this: deep dive into an early artwork done in Deluxe Paint
I get that the point of the exercise was to re-create the process by hand using original(esque) tools rather than by using power tools. Another, valid, aim would be to attempt to re-create the image as closely as possible.
Still, impressive result!
For a more modern substitute with layer support, GrafX2 is often mentioned. It's a pretty damn good indexed color pixel tool, sort of a child of DP and Brilliance. Still has the brush and foreground/background color essentials and other things.
- By default, it shares a lot of keyboard shortcuts with DP, with a few key ones being replaced by more modern conventions (you can change them all, apparently).
- It'll open HAM and half-brite images, but will just essentially consider all of the colors as independent (ie instead of automatically deriving the last 32 from the first in H-B), so beware when doing some back and forth.
- It has layers / can handle animations as a result. If you save an image as a gif, all layers become independent frames when the gif is opened somewhere else. Conversely, give it an LBM animation, and it'll load it in the layers, and you can play it back.
- You can start it with a commandline argument to limit its bit depth, so `/rgb 16` will get you to the Amiga's 4096 colors. Apparently dpaint.js can reduce to Amiga colors, but I haven't found where it is and have had colors display wrong in Amigaland in my tests (one doesn't simply reduce to a few colors!). I might have to ask the author about that.
Back then I filled most of my floppies with Star Wars spaceship animations made by combining the perspective and animation tools (as explained in the very thorough manual) - until I ran out of memory and couldn't finish a lot of shapes. People have posted legacy VHS video tutorials, basic and advanced, for both DP3 and DP4, up on YouTube. A lot of what's in there is in the OG manuals, but it's quite a different perspective seeing it in motion, explained by a real person.
- DP3 video guide with insights from Dan Silva - https://www.youtube.com/watch?v=4qTv8qnTzYU
- DP4 basic video guide - https://www.youtube.com/watch?v=973fiFaSXqw
- DP4 advanced video guide - https://www.youtube.com/watch?v=KybIkyilCQI
Anyway - In DP4 at least, an animation would be saved into a single file, which I found out in some recent exploration gets tricky if you never stuck to a naming convention as a kid :) DP4 doesn't care about the extensions and will happily load an animation as a still image (and just show you the first frame), although it might complain in some other directions (image as anim, brush as image...). Thankfully, GrafX2 can tell the difference! You open the file regardless of it being a picture, brush or animation and it does the rest.
As for doing stuff in emulation, for sure turn up the emulated hardware specs, good call from the author there. Don't even really have to step away from cycle-exact, just going up to a 030+FPU or 040 is already a big relief. Mounting part of the real filesystem is great too ; and since you're emulating a faster machine, I'd just upgrade from 1.3 to 3.1 too for a bit more creature comforts (3.1 is rough enough as it is, but it at least allows you to list files without icons in the GUI...). On that front, I would also suggest maybe using noicons in DP - spamming the host filesystem with .info files (icons - also IFF/ILBM and viewable in Grafx2!) gets old fast IMHO.
Used my Wacom tablet a bit as a dumb pencil mouse through the emulator, and even without pressure sensitivity, it was already so much better ; although the "right click to paint in background color" thing is really awkward there. I had to make sure windows pen input was disabled, and that was it. It's possible to get pen pressure in the amiga with DP5 but... that's quite the can of worms, and I wouldn't even try this on emulation.
As for alternatives on Amiga, I also tried PersonalPaint (got the actual licence in my AmigaForever package some years ago), but besides color reduction, error-diffusion dithering and other effects, I couldn't jive with it. Newtek Digipaint was interesting to play with ; you always work in HAM there and have interesting brush expression parameters. It really makes it obvious that you have to plan your piece and pick your base 16 "real" colors before you start doing anything. Haven't found a copy of (True)Brilliance to play with.