QTImage 1.5

Anything QL Software or Programming Related.
User avatar
Giorgio Garabello
Gold Card
Posts: 277
Joined: Tue Jun 30, 2015 8:39 am
Location: Turin, Italy
Contact:

Re: QTImage 1.5

Post by Giorgio Garabello »

pjw wrote:

One of the most useful functions (to me) was the ability to export
PICs to JPEG format - where did that go?

FIle/export jpg :-)


User avatar
Giorgio Garabello
Gold Card
Posts: 277
Joined: Tue Jun 30, 2015 8:39 am
Location: Turin, Italy
Contact:

Re: QTImage 1.5

Post by Giorgio Garabello »

mk79 wrote:By the way, one more reason why I didn't recognize the "Import file" thing as to what it is... QTImage defaults to German on my system and the file select dialog that pops up says "Farbübergange verfeinern" ("smooth colour transition") instead of "Datei importieren" ("Import file").
I used google translate to translate the words .. not knowing German at all, I must have made some mistakes :-(
For that too, the help is in English

I fix it in the new version


User avatar
Giorgio Garabello
Gold Card
Posts: 277
Joined: Tue Jun 30, 2015 8:39 am
Location: Turin, Italy
Contact:

Re: QTImage 1.5

Post by Giorgio Garabello »

mk79 wrote:What is in line 2214? Maybe I can investigate.
It is probably related to what I was telling you .. some of my programs (created with the same interface that I used for QTImag run from RAM have small problems in the menus, moved to WIN do they work perfectly?
what happens in line 2214?

2212 COM_RIGA = INT(COM_NUMERO/(SKSYS_INP_LARGH+1))
2213 FOR CF_COLONNA = 0 TO SKSYS_INP_LARGH
2214 SKSYS_TAB_STATO%(CF_COLONNA,COM_RIGA) = 129
2215 END FOR CF_COLONNA


User avatar
Giorgio Garabello
Gold Card
Posts: 277
Joined: Tue Jun 30, 2015 8:39 am
Location: Turin, Italy
Contact:

Re: QTImage 1.5

Post by Giorgio Garabello »

pjw wrote: Personally, I found there were too many icons doing the same thing.
And the second row of large icons, they take up too much space for my
taste. Could they be made smaller - or optional?
Both solutions are feasible, probably in a future version I will implement it


User avatar
mk79
QL Wafer Drive
Posts: 1349
Joined: Sun Feb 02, 2014 10:54 am
Location: Esslingen/Germany
Contact:

Re: QTImage 1.5

Post by mk79 »

Giorgio Garabello wrote:
mk79 wrote:What is in line 2214? Maybe I can investigate.
It is probably related to what I was telling you .. some of my programs (created with the same interface that I used for QTImag run from RAM have small problems in the menus, moved to WIN do they work perfectly?
Do you have some simple example code that can show the problem?
what happens in line 2214?

2212 COM_RIGA = INT(COM_NUMERO/(SKSYS_INP_LARGH+1))
2213 FOR CF_COLONNA = 0 TO SKSYS_INP_LARGH
2214 SKSYS_TAB_STATO%(CF_COLONNA,COM_RIGA) = 129
2215 END FOR CF_COLONNA
Hm, not enough context, the error must happen before that.


User avatar
Giorgio Garabello
Gold Card
Posts: 277
Joined: Tue Jun 30, 2015 8:39 am
Location: Turin, Italy
Contact:

Re: QTImage 1.5

Post by Giorgio Garabello »

I assumed that wasn't enough ...
as you can imagine the program is somewhat complicated.
The best thing is that I can reproduce the error in order to debug it


User avatar
pjw
QL Wafer Drive
Posts: 1286
Joined: Fri Jul 11, 2014 8:44 am
Location: Norway
Contact:

Re: QTImage 1.5

Post by pjw »

Giorgio Garabello wrote:
pjw wrote:

One of the most useful functions (to me) was the ability to export
PICs to JPEG format - where did that go?
FIle/export jpg :-)
I see it now. Dont understand how I missed it.


Per
dont be happy. worry
- ?
Tinyfpga
Gold Card
Posts: 252
Joined: Thu Sep 27, 2018 1:59 am

Re: QTImage 1.5

Post by Tinyfpga »

I would like to run QTImage on my QPC2 setup. After reading various documents I LRESPRed DBAS_BIN and DATA_BIN and then tried to execute QTIMAGE_obj. The result was a runtime error as follows:-

Q_LIB Error 28, Index out of range.

My guess is that QTIMAGE is dependant on the presence of other files. What files does it need and where should they be stored?


Tinyfpga
Gold Card
Posts: 252
Joined: Thu Sep 27, 2018 1:59 am

Re: QTImage 1.5

Post by Tinyfpga »

I may have answered my own question. It seems that all the files in the QTIMAGE zip file need to be in same place as QTIMAGE_obj.
It is an impressive application program and shows what is possible on SMS in BASIC.

I don't suppose Giorgio has thought of creating a tutorial covering the creation of complex PE programs? I,for one, would like to be able to write BASIC programs like this.

Giorgio posts that he had difficulty executing QTIMAGE from RAM disc. I had no problems on my system doing this from RAM1_ as can be seen in the screenshot below. The fatal error occurred when I tried to load the full screen file "screen1_pic".

I have a one suggestion as follows:- The move, resize, kill, sleep and redo buttons are on opposite sides to TT's programs and I find this confusing. Might it not be better to swap their positions?

How do you go about converting image files to pic format?
qtimage.JPG


User avatar
mk79
QL Wafer Drive
Posts: 1349
Joined: Sun Feb 02, 2014 10:54 am
Location: Esslingen/Germany
Contact:

Re: QTImage 1.5

Post by mk79 »

Tinyfpga wrote:Giorgio posts that he had difficulty executing QTIMAGE from RAM disc. I had no problems on my system doing this from RAM1_ as can be seen in the screenshot below. The fatal error occurred when I tried to load the full screen file "screen1_pic".
The RAM problems start once you use the filters.
How do you go about converting image files to pic format?
The icon next to file open.


Post Reply