Python based Spectrum graphics utility

Share graphical tips, notes and queries related to our favourite screen layout and its editors.
Post Reply
User avatar
Turtle_Quality
Manic Miner
Posts: 506
Joined: Fri Dec 07, 2018 10:19 pm

Python based Spectrum graphics utility

Post by Turtle_Quality »

I'm not the author.

Seen on FB, thought this may interest some here. But you would need some Python handling skills

Can search a SNA, Z80 or TRZ file for graphics, and generate DB instructions to include the same graphics in your own code (... for making a tribute game presumably ?)

https://github.com/goakes007/zx-spectrum-utils
Definition of loop : see loop
User avatar
4thRock
Manic Miner
Posts: 415
Joined: Thu Nov 09, 2017 9:35 am
Location: Portugal

Re: Python based Spectrum graphics utility

Post by 4thRock »

Very interesting!
Can be taken a step further: saving/loading the memory dump as a PNG so you can edit graphics.
Ralf
Rick Dangerous
Posts: 2296
Joined: Mon Nov 13, 2017 11:59 am
Location: Poland

Re: Python based Spectrum graphics utility

Post by Ralf »

So well, it's another graphics ripping utility.

Actually instead of 20 different tools doing more or less this same thing I would like to see a single one but advanced: allowing to preview graphics in memory with attributes, allowing to define any order of graphics bytes etx.
Post Reply