Testing on RISC OS
Steve Pampling (1551) 8170 posts |
For my part, I asked as the reason(s) for the wiki content struck me as entirely logical, but the absence of a pointer to where the relevant module was available might have led to people questioning where ROOL were hiding it. Maybe one day the feature will be internal rather than an add-in. |
nemo (145) 2546 posts |
What does that word mean? Built-into the “ROM image” loaded from disc, rather than… loaded from disc? |
Steve Pampling (1551) 8170 posts |
Damned if I can recall precisely what I meant beyond in the OS build as opposed to in the OS because its function is to do things as part of the OS that users will have available (if they go and fetch that extra bit) |
Charles Ferguson (8243) 427 posts |
I’ve been meaning to release my version for some time, and made some efforts a little while back. Aside from the insulting attitude of the Cloverleaf guy, I’ve not had any other interest, though. The binary release that allows it to run on non-RISC OS Select systems didn’t seem to spark any interest at all from people. However, if people are interested, I’ve merged the Select documentation branch on the RISC OS documentation staging repository and added the IFR documentation. Same place as before… https://github.com/gerph/riscos-prminxml-staging/ |
Rick Murray (539) 13840 posts |
What binary release? ;) Does it work on 5? What formats are supported? |
Charles Ferguson (8243) 427 posts |
The one that came with everything I released with the Pyromaniac presentations over 2 years ago, together with the presentation tool which uses it. https://pyromaniac.riscos.online/technologies.html
It works on RISC OS using the defined APIs… Formats supported… um… pass? Running the module on Pyromaniac I see a few that are supported – there are a lot of formats that are supported by the ImageFileRenderPyromaniac module, but the ones labelled as ImageFileRender are directly supported in the module. charles@phonewave ~/projects/RO/pyromaniac (rebuild-testcode-bin)> pyrodev --common --load-module modules/ImageFileRender,ffa --command 'imagefilerenderers' Type Magic Converter Ver. Author ---- ----- --------- ---- ------ &132 00000000 Pyromaniac 0.01 Gerph &695 00000000 Pyromaniac 0.01 Gerph &697 00000000 Pyromaniac 0.01 Gerph &69c 00000000 Pyromaniac 0.01 Gerph &69d 00000000 Pyromaniac 0.01 Gerph &69e 00000000 Pyromaniac 0.01 Gerph &a65 00000000 Pyromaniac 0.01 Gerph &a66 00000000 Pyromaniac 0.01 Gerph &aff 00000000 ImageFileRender 0.36 Justin Fletcher &b2f 00000000 Pyromaniac 0.01 Gerph &b60 00000000 Pyromaniac 0.01 Gerph &b61 00000000 Pyromaniac 0.01 Gerph &bcf 00000000 ImageFileRender 0.36 Justin Fletcher &c85 00000000 ImageFileRender 0.36 Justin Fletcher &cc3 00000000 ImageFileRender 0.36 Justin Fletcher &d91 00000000 ImageFileRender 0.36 Justin Fletcher &ff0 00000000 Pyromaniac 0.01 Gerph &ff9 66990101 ImageFileRender 0.36 Justin Fletcher The IFR module is how the presentation tool renders all its images. |
Paolo Fabio Zaino (28) 1882 posts |
@ Charles
Haaa thank you very much for that! :) |
Andrew Rawnsley (492) 1445 posts |
Just a note to say that I, too, had missed (or at least, not seen the wood for the trees) any info on release of ImageFileRender etc. Since it is one of my favourites, I’m surprised I hadn’t picked up on it. Suffice to say I’m very interested :) |
Charles Ferguson (8243) 427 posts |
Ok, I have posted a more complete announcement as people have missed these things. https://www.riscosopen.org/forum/forums/1/topics/17803 |
Steve Pampling (1551) 8170 posts |
Just a short list then ;) |
Charles Ferguson (8243) 427 posts |
Well, it is nearly 3 years of things, which had already been published, but brought together. Many of the things that are there were created because I needed to make it easier to test, or easier to develop Pyromaniac. Or because someone had asked about something. There’s a long queue of things that I’d like to finish as well, which hasn’t been published… you know how it goes when you write some things and they kinda work, but they’re really not good enough for people to see :-| |