Search found 186 matches

by BSJR
Mon Apr 11, 2016 3:26 pm
Forum: Software & Programming
Topic: QDT Freeware version
Replies: 39
Views: 20030

Re: QDT Freeware version

Has Jochen changed any parameters? Does other programs also have problems with v8? The item that doesn't work in this "add object" case is LIST_SELECT. The trick I used, is to choose "add folder" and change that to "object'" in the QDT menu itself. In Menu_rext v8 Joch...
by BSJR
Sat Jan 23, 2016 11:18 am
Forum: Software & Programming
Topic: JPEG, GIF and PNG file conversion
Replies: 8
Views: 3911

Re: JPEG, GIF and PNG file conversion

>frame% parameter but the FPNG command doesn't accept this parameter. Yes, this should have been removed (just re-wrote GIF text). Thanks Silvester for clearing that up. There is a lot more to PNG (Gamma etc) which also is rarely used. Perhaps when the base version of Photon is covered I can look a...
by BSJR
Fri Jan 22, 2016 1:07 pm
Forum: Software & Programming
Topic: JPEG, GIF and PNG file conversion
Replies: 8
Views: 3911

Re: JPEG, GIF and PNG file conversion

Thank you Silvester for making these tools, and Dilwyn for distributing. A quick test shows that it's working very well on QPC2 and much faster then the 'C' based options I used before. Once I have finalized the addition to my SQRview viewer I will also test it on Aurora but do not expect any proble...
by BSJR
Thu Oct 29, 2015 10:49 am
Forum: Software & Programming
Topic: Photon improvement
Replies: 29
Views: 12598

Re: Photon improvement

Yes, I will do simple functions to output raw data for other formats. It's a convenient test bed for finding problems. But the next version of Photon will do the same as the functions and a lot more. Thanks. Eager to see what can be done with "a lot more". In the mean time I will prepare ...
by BSJR
Sat Oct 24, 2015 12:28 pm
Forum: Software & Programming
Topic: Photon improvement
Replies: 29
Views: 12598

Re: Photon improvement

Hi Silvester, A rough estimate for max working memory used for average JPEG image X pixels wide converted to mode 32: 6*64*((X+15) DIV 16) + X*2*16 + 1940 + FLEN(\flp1_photo_jpg) BTW, all memory is used from common heap and is handed back before returning (ie. no SB data space requirements). The fil...
by BSJR
Mon Oct 19, 2015 12:14 pm
Forum: Software & Programming
Topic: Photon improvement
Replies: 29
Views: 12598

Re: Photon improvement

Hi Silvester, Thanks for the FJPEG Function. I have added this to my SQRview program, that so far only did uncompressed images and sprites. It's working fine on my QPC but I would like to know more before finalizing an upgrade. I adapted the example in the manual text to find the dimensions, needed ...