Jump to content
IGNORED

What tools do people use for drawing static images?


Recommended Posts

Hello!

 

Let's say I wanted to draw a 256 x 192 bitmap using the double-wide pixels.  What tools do folks currently use for such work?

I'm pretty sure things have changed since I did 7800 development, so I was curious what modern solutions people are using.

 

Here's what mode I'm using:


 

        lda     #%01010000      ; normal color output, turn on DMA, two byte chars, black border
        sta     CTRL            ; no Kangaroo output (transparent, not BGColor), mode = 160x2 or 160x4

 

 

Thanks!

 

Link to comment
Share on other sites

I use Gimp. To do double-wide pixels, you have to jump through a couple of steps.

 

Create the image with the pixel resolution correctly set …

image.png.dc15dccf868e6a7559ed639d4cbbd12c.png

Then, pick Image / Print Resolution … and unlink the chain link between the X and Y resolution, and set the X resolution to half the Y …

image.png.7844cd0bb84080ca104f117fd3941266.png

Finally, turn off the setting View / Dot for Dot to see the "print" resolution on the screen, and you have double-wide pixels now.

 

image.thumb.png.d6b45dede96133827aaa7b28734600b1.png

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...