ICAROS
ICAROS Specific Threads
283 posts | Last Activity on 16-01-2025 13:50 by AMIGASYSTEM
AMIGASYSTEM 16-01-2025 13:50, 6 days ago
Re: Picture Tools
ABIv11 Build System ( New AROS One ABIv11)
I have already compiled these sources and others
https://www.arosworld.org/infusions/forum/viewthread.php?thread_id=1376&pid=7478#post_7478Responded in Picture Tools
miker1264 16-01-2025 13:37, 6 days ago
Re: Picture Tools
[quote name=AMIGASYSTEM post=7483]@AMIGASYSTEM - I tried "PicDT_CreationPackage", it also seems easy to use, but I get the same error as with the compilation via the shell "cannon find -larosc", plus the error "Genmodule : Function not implemented", see screenshot
The "-larosc" error has been siscussed on "ae.arosworld" see link, but I don't know where to correct the Makefile
https://ae.arosworld.org/index.php?topic=770.msg7934#msg7934[/quote]
You might ask @deadwood to help compiling the Datatype.
Are you using the ABIv11 Build System? Or some other method to compile the Datatype?Responded in Picture Tools
AMIGASYSTEM 16-01-2025 11:36, 6 days ago
Re: Picture Tools
I tried "PicDT_CreationPackage", it also seems easy to use, but I get the same error as with the compilation via the shell "cannon find -larosc", plus the error "Genmodule : Function not implemented", see screenshot
The "-larosc" error has been siscussed on "ae.arosworld" see link, but I don't know where to correct the Makefile
https://ae.arosworld.org/index.php?topic=770.msg7934#msg7934Responded in Picture Tools
AMIGASYSTEM 16-01-2025 10:43, 6 days ago
Re: Picture Tools
OK thank you, if it's too difficult I'll give up, however all my compilations were done with [b]AROS One v1.0 "ABIv11 Build System[/b]"Responded in Picture Tools
miker1264 16-01-2025 10:19, 6 days ago
Re: Picture Tools
AMIGASYSTEM
Thank you for testing. You are good at finding issues! đŸ™‚
I haven't tried to compile Icon Splitter for 64 but.
As for SVG Datatype to compile Datatypes you can't use the shell. You need the Picture Datatype Creation Tool from AROS Archives or you need to use the ABIv11 Build System. There are many dependencies for Datatypes.Responded in Picture Tools
AMIGASYSTEM 16-01-2025 06:20, 7 days ago
Re: Picture Tools
miker, I'm trying to compile the svg.datatypes on Aros One v11 x86 64-64Bit on WMware, but I encounter an error in the "makefile", when you have time you can take a look at it
https://archives.aros-exec.org/?function=showfile&file=datatype/image/svg_datatype.i386-aros.zip
From WMware I tried compiling your "IconClone" and "Icondrop" on AROS One v11 x86 64 and they work perfectly, while "IconSplitter" crashes, but I guess it depends on the v11 x86 64 system!Responded in Picture Tools
miker1264 21-12-2024 14:50, 1 month ago
Re: Picture Tools
I'm still working on revising & testing PixieView as well as ViewTIFF. More updates will be posted when they are available.Responded in Picture Tools
miker1264 17-12-2024 10:37, 1 month ago
Re: Picture Tools
PixieView is working with the newer system files.
Nice new icons too!Responded in Picture Tools
miker1264 11-12-2024 21:54, 1 month ago
Re: Picture Tools
[quote name=AMIGASYSTEM post=7075]@AMIGASYSTEM - Thanks miker, now PixieView displays image XBM ![/quote]
When I had to re-write Load_ImageDT function to fix not being able to delete the image after viewing I forgot one important part to view ILBM images or any other image less than 8 bitplanes.
In order to display these images I use a Datatype trick. No matter how many bitplanes of data the image has if it's less than 8, the planar bitmap in the Datatype always has 8 bitplanes. So some planes are filled and the rest are empty.
So if ( depth<8 ) depth = 8; Then when we are ready to display the image we use the stored pixel format vs. the requested pixel format. So if depth = 8 or depth = 32 we request 32bit ARGB. Now we use WritePixelArrayAlpha to display it.Responded in Picture Tools
AMIGASYSTEM 11-12-2024 17:42, 1 month ago
Re: Picture Tools
Thanks miker, now PixieView displays image XBM !Responded in Picture Tools
miker1264 11-12-2024 16:21, 1 month ago
Re: Picture Tools
Here is the revised PixieView program. It once again supports images less that 8 bitplanes.
The About Information has been updated and the rotate functions don't leave fringing. :-)Responded in Picture Tools
AMIGASYSTEM 11-12-2024 13:27, 1 month ago
Re: Picture Tools
OK as soon as I download PixieView I will start building and deploying the new AROS One 2.7, so that I can then devote myself to the new Core 20241209-D04 !Responded in Picture Tools
miker1264 11-12-2024 13:10, 1 month ago
Re: Picture Tools
AMIGASYSTEM
The PixieView program has been revised. I updated the About Information & I fixed the fringing on the image when rotating left or right. I also added the fix for images less than 8 bitplanes so that they will display correctly.
I will compile it & post it at lunch time today in a couple hours.Responded in Picture Tools
AMIGASYSTEM 10-12-2024 14:54, 1 month ago
Re: Picture Tools
Attach image XBMResponded in Picture Tools
miker1264 10-12-2024 13:57, 1 month ago
Re: Picture Tools
[quote name=AMIGASYSTEM post=7052]@AMIGASYSTEM - miker, Pixieview does not recognise the XBM format, see screenshot, with Multiview the XBM format works fine[/quote]
Could you post some XBM images to test with?
Post the XBM that caused this warning message. I suspect it is a different bit depth.
I will probably need to make a small change for display purposes. If ( depth < 8 ) depth = 8.
It seems that XBM is black and white with 1 bitplane = 2 colors.Responded in Picture Tools
miker1264 10-12-2024 13:53, 1 month ago
Re: Picture Tools
[quote name=AMIGASYSTEM post=7052]@AMIGASYSTEM - miker, Pixieview does not recognise the XBM format, see screenshot, with Multiview the XBM format works fine[/quote]
Could you post some XBM images to test with?Responded in Picture Tools
AMIGASYSTEM 10-12-2024 12:28, 1 month ago
Re: Picture Tools
miker, Pixieview does not recognise the XBM format, see screenshot, with Multiview the XBM format works fineResponded in Picture Tools
AMIGASYSTEM 09-12-2024 19:09, 1 month ago
Re: Picture Tools
OK thanks, in the meantime Pixieview is the default tool for viewing images on the new AROS One that will be released in a few days.Responded in Picture Tools
miker1264 09-12-2024 16:42, 1 month ago
Re: Picture Tools
The Zoom In/Zoom Out & Maximize/Minimize using Scrollbars will be in the next update as well as being able to open images centered on screen rather than at top left corner of screen.
These features require a large re-write of the program & much of the existing source code needs to be cleaned up. There's much work to do. :-)
P.S. - I'm working on revising S-MultiView (Super MultiView) for testing purposes. If I'm satisfied with the new features I will ask deadwood if we can include many of the new features in standard MultiView that we all know & use daily.
The new features are Edit File on the Edit Menu that looks at the App Icon to open an editor based on the currently loaded Datatype Object. Also new is the ability for About information to recognize HAM6/HAM8 & EHB images. Zoom In & Zoom Out, Maximize & Normal are all working. Only Minimize (Iconify) isn't working yet. I have to fix that.
I'm not sure if Convert to PNG will be included, but for Picture files that's very useful. For Sound we could have Convert to WAV. For IFF Text we could Convert to standard text. That will all be tested in S-MultiView to make sure it is working.
Of course, the other option is to completely omit the Convert to functions & instead just use Edit File to open the current filename in the appropriate editor. Then it can be easily converted. I haven't decided yet. But keeping MultiView as pure as possible is surely as important as adding features to improve upon it.Responded in Picture Tools
AMIGASYSTEM 09-12-2024 16:24, 1 month ago
Re: Picture Tools
Thanks miker, now the images can be deleted, PixieView is perfect, there is only a small problem, it is not important maybe you can improve in the future, in practice if you view an Image higher than the resolution of the video used, the image is cut and you can not see it in full.
For example, if you have a 1024x768 screen, you can't see the entire image at a resolution of 2048x1024.
With Multiview, Zoom is not supported, but you can see the entire image via the vertical/horizontal scroll barsResponded in Picture Tools
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
Moderator: Administrator