Search found 186 matches

by BSJR
Thu Apr 13, 2023 11:04 am
Forum: Software & Programming
Topic: .PIC images
Replies: 56
Views: 25677

Re: .PIC images

I closed the question regarding mode 16 for myself. Now I only have a question about converting 5-bit values to 6-bit values in mode 32. I am not a QL platform user. I'm just a developer who writes a program that allows user to convert images for various retro platforms. The mode 32 colour word is ...
by BSJR
Mon Apr 10, 2023 11:55 am
Forum: Software & Programming
Topic: .PIC images
Replies: 56
Views: 25677

Re: .PIC images

N x 3 in the byte table, and N x 3/2 in the nybble table The main question is - are you sure that the tables contain the correct values? How were these values obtained? George Gwilt once wrote In QLToday on colour conversion and used real calculations. In an article about PNG this was formulated as...
by BSJR
Sat Apr 08, 2023 11:09 am
Forum: Software & Programming
Topic: .PIC images
Replies: 56
Views: 25677

Re: .PIC images

Lets compare internal file header structure of astronaut.pic4 and astronaut.pic8. The confusing part is that the x/y resolution is given as mode 4 pixels (e.g. 512x256). For mode 8 (or 1) only half of the x pixels is defined and the pixel is written twice, giving an effective resolution of 256x256 ...
by BSJR
Mon Feb 06, 2023 11:15 am
Forum: Software & Programming
Topic: Q68 screen dumps
Replies: 22
Views: 2696

Re: Q68 screen dumps

I was wondering if it might be something to do with the Qlib runtimes. As I have recently rebuilt my WIN1_'s, and I am almost certain that I have used the latest Qlib runtimes. I suspect it's Qlib_ext. Qlib_run or _sys is expected to be present. None of the _bin keywords is used after compilation. ...
by BSJR
Sat Feb 04, 2023 11:40 am
Forum: Software & Programming
Topic: Q68 screen dumps
Replies: 22
Views: 2696

Re: Q68 screen dumps

I tried this version yesterday in QPC2, And it also seems to hang like the others. The other v1.02 I have, has a file name of BMP102e_zip Here is a sample of the PIC files I have made, which I am having the problem with. Can you try them on your system. I can 'view' the file in BMP. But when I try ...
by BSJR
Wed Feb 01, 2023 11:28 am
Forum: Software & Programming
Topic: Q68 screen dumps
Replies: 22
Views: 2696

Re: Q68 screen dumps

I got around to trying to snatch screens on the Q68. I've tried using BMP v1.02 (I think it's v1.02a), But it seems to hang when trying to convert to BMP. It does not look as if it even tries to open the destination file. How long should the conversion take? I am Snatching the screens in the Q68 Di...
by BSJR
Sat Jan 21, 2023 11:08 am
Forum: Software & Programming
Topic: Q68 screen dumps
Replies: 22
Views: 2696

Re: Q68 screen dumps

Any screenmode Q68 has has an integer expansion to 1024x768 to make it 4:3 (makes writing an emulator easy) :-D Yes, it's true for Q68 in any of the 512x256 or 1024x512 screens. But when this screen is saved and converted to a PDF compatible format it will be 2:1 again with square pixels. Apart fro...
by BSJR
Fri Jan 20, 2023 1:02 pm
Forum: Software & Programming
Topic: Q68 screen dumps
Replies: 22
Views: 2696

Re: Q68 screen dumps

To get this to a PC image I take a PrintScr from my QPC2 window, then clean that up and convert to BMP or PNG etc. under W$. I think, he want to do it native on Q68. What it is, is that I am trying to write a small Q68 specific easyPTR4 program. And It would be nice if I could easily grab a few scr...
by BSJR
Wed Jan 18, 2023 12:12 pm
Forum: Software & Programming
Topic: Q68 screen dumps
Replies: 22
Views: 2696

Re: Q68 screen dumps

Thanks for that. I have downloaded BMP and Screen snatcher 4. And I will have a play with them when I can get around to it. The current BMP version 1.03 has a bug making the program freeze when trying to convert to .bmp. Hence the upcoming upgrade. The previous v1.02 will work okay. Another way, to...
by BSJR
Wed Nov 09, 2022 10:44 am
Forum: Software & Programming
Topic: How can I get a pixel color?
Replies: 33
Views: 2654

Re: How can I get a pixel color?

I haven't got a mode 33 display system to compare the results, ... To complete the picture I did some tests on the Q68 and PEEKing the screen memory confirmed no byte swapping is going on there. It's exactly as the expected: gggggrrr.rrbbbbbw. One interesting observation though: :COLOUR_QL: PAPER 4...