English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 14 September 2013, 22:44   #701
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
@TuKo
Nice to know another happy user. Thanks again !



Icon.library 46.4.326 has been released on Aminet:

Aminet - util/libs/IconLib_46.4.lha

Now with the new 68000 version included.
PeterK is offline  
Old 15 September 2013, 01:15   #702
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
nothing to report, it just does work. using 68020 version on emulated 040 system , kick/wb 3.1 - AmigaSys. good work and thanks
emufan is offline  
Old 15 September 2013, 01:21   #703
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
If this is "nothing" then I don't want anything more

Thanks a lot for your report, emufan
PeterK is offline  
Old 15 September 2013, 04:35   #704
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
So far so good too.
Thank you again PeterK!
gulliver is offline  
Old 15 September 2013, 09:49   #705
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Thank you, gulliver

Recompiled Stephan Rupprecht's CopyIcon for the 68000 CPU and WB 3.0+

This CopyIcon version needs no 020+ CPU and can be used without any files from OS 3.5+.
PeterK is offline  
Old 15 September 2013, 17:37   #706
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
me again, but it is not an issue of your library
take a look at the pictures. the normal wb1.3 with its blue/orange color style.
next with the normal a1200 setup - the icon color are mixed, missing orange.
third picture, booting a1200 with your IconDemo floppy, same with normal a1200 boot.
i have also added the icons on an adf file.
is there a way to get the "original" wb 1.3 iconcolors back - something you can add to your library to identify such old icons?
Attached Thumbnails
Click image for larger version

Name:	playmation-wb13.png
Views:	229
Size:	13.7 KB
ID:	36765   Click image for larger version

Name:	playmation-a1200.png
Views:	225
Size:	18.7 KB
ID:	36766   Click image for larger version

Name:	playmation_IconDemo.png
Views:	200
Size:	11.3 KB
ID:	36767  
Attached Files
File Type: zip Playmation.Icons.zip (11.0 KB, 119 views)
emufan is offline  
Old 15 September 2013, 20:51   #707
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Alright, it's not easy, but's possible to bring the WB 1.3 colors back with the OS 3.9 IconEdit tool.

1.) You must set the Sys:prefs/Palette to the WB 1.3 colors.
RGB0 = 85, 170, 255
RGB1 = 255, 255, 255
RGB2 = 0, 0, 0
RGB3 = 255, 136, 0

2.) Load the old icon into IconEdit, reduce the size to the minimum,
copy the 1. image from old to OS 3.5 format, switch to 2 image mode,
copy the 2. image from old to OS 3.5 format, reduce size to minimum,
change color 0 of both OS 3.5 images to non-transparent and save.

3.) Sorry, but there is no way to do this with the icon.library. Mission impossible !
Please, don't ask me to convert more of these old icons, ask your friends. Thanks.

Update: You've asked me if it's possible to identify these old icons. Yes...
0x28 APTR ga_UserData => lower 8 bits: 0 for old, 1 for icons >= OS2.x
http://krashan.ppa.pl/articles/amigaicons/
http://www.evillabs.net/wiki/index.p...a_Icon_Formats

Last edited by PeterK; 17 September 2013 at 18:37.
PeterK is offline  
Old 15 September 2013, 22:24   #708
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
thanks, but i did not ask for converting them. the color information are of good use
IconEdit is a bit weird, i play now with iconian.

for the library feature, i thought there is some sort of icon-version-information, which tells the system, it is wb13-style or 2.x - so the colors could be changed internaly, to their default palette
emufan is offline  
Old 15 September 2013, 22:38   #709
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Iconian is even more weird and buggy IMO, and probably not capable to do this conversion. It only knows NewIcons.

Did you notice my update in the previous post?

Yes, I could identify these WB 1.3 planar icons, but I've absolutely no intentions to start a backward conversion from bitplanes to the palette based format of OS 3.5. It's not worth the trouble to introduce planartochunky code in the icon.library just for supporting these outdated WB 1.3 icons. Sorry my friend, but there are other users who won't like such a feature that hardly anyone really needs.

Last edited by PeterK; 17 September 2013 at 18:36.
PeterK is offline  
Old 16 September 2013, 07:39   #710
Bamiga2002
BlizzardPPC'less
 
Bamiga2002's Avatar
 
Join Date: May 2004
Location: Finland
Age: 46
Posts: 3,210
Send a message via MSN to Bamiga2002
Cool idea though
Bamiga2002 is offline  
Old 18 September 2013, 02:36   #711
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Update to icon.library 46.4.327 for emufan

WB 1.3 icons with the old systemcolors blue, white, black and orange will be converted now to the WB 2.0+ systemcolors by inverting the image data. Only the color 0, which is usually the gray background, has to be changed manually into orange or what you like as a good compromise.

I hope that this is an acceptable solution for you, emufan ?

It needs only a few additional bytes for inverting the planar image data with the result:

blue => blue
white => white
black => black
orange => gray = background color 0

But you can change your palette just a little bit and everything appears as you like it.

Last edited by PeterK; 10 May 2018 at 21:22.
PeterK is offline  
Old 18 September 2013, 16:49   #712
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by PeterK View Post
Update to icon.library 46.4.327 for emufan

I hope that this is an acceptable solution for you, emufan ?
yes, they look now more like the originals. thanks
emufan is offline  
Old 18 September 2013, 16:59   #713
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Ok, enjoy your WB 1.3 icons, emufan

Of course, you can also set your window background pattern to blue.
PeterK is offline  
Old 18 September 2013, 17:35   #714
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
by default the old icons do not look like distorted anymore. that was my intension.
btw. i found a better working editor: IconDeluxe.
emufan is offline  
Old 18 September 2013, 17:48   #715
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Thanks a lot for pointing out to that icon editor IconDeluxe.
That could be very useful for the BetterWB users with their 68000 systems. I will give it a try and check it out soon. A good icon editor for the low end systems was something I was always looking for, but couldn't find anything suitable yet.
PeterK is offline  
Old 18 September 2013, 19:12   #716
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Yeah IconDeluxe was my awesome find as well some weeks back after getting tired with Iconian's freezes using pictures (.iff).
mfilos is offline  
Old 18 September 2013, 19:17   #717
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Can IconDeluxe handle the NewIcon format ?

Obviously not, searching in the Guide file for "NewIcon" gives no hit.

Last edited by PeterK; 18 September 2013 at 19:27.
PeterK is offline  
Old 19 September 2013, 15:04   #718
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by PeterK View Post
Can IconDeluxe handle the NewIcon format ?

Obviously not, searching in the Guide file for "NewIcon" gives no hit.
well, not perfect, but a good tool

Edit: it can handle icons with 16 colors (MagicWB) if you set the following tooltype of IconDeluxe:
3xColorLimit=FALSE

Last edited by emufan; 19 September 2013 at 22:49.
emufan is offline  
Old 23 September 2013, 07:10   #719
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,383
Added InvertWB20colors for the WB 1.3 fans to the 1. post

This little toy does exactly the same thing with the WB 2.0+ icons on WB 1.3 or older systems. It inverts the image data of the first two bitplanes to set at least blue, white and black correctly. Only the gray is still mapped to the orange of WB 1.3 and has to be adjusted manually.
PeterK is offline  
Old 24 September 2013, 11:41   #720
Leandro Jardim
Registered User
 
Leandro Jardim's Avatar
 
Join Date: Nov 2009
Location: Legoland
Age: 45
Posts: 1,461
Hi PeterK,

I would like to use your icon.library on my WinUAE setup, but I deinstalled it one day due to an issue I had, well, icons written by icon.library did load very fast, but when I changed back to the pure NewIcons patch, every time Workbench did load a drawer full of icons written by icon.library, it did seems to freeze the mouse pointer like it was using too much CPU time. But only on WinUAE on a Workbench 3.1 installation with a EC020 14 MHz emulation. I had no problems with a faster emulation.

I would like to know if you are aware of the issue and if is possible to fix it. This is a true question, no trolling.

Last edited by Leandro Jardim; 24 September 2013 at 13:21.
Leandro Jardim is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
ClassicWB Full and icon.library 46.4 Retroplay project.ClassicWB 8 05 August 2018 13:57
WB library conflict/versions Amiga1992 support.Apps 3 22 July 2010 18:47
PNG Icon to Color Icon Converter? Leandro Jardim request.Apps 1 24 May 2010 04:39
What's the latest version of icon.library for OS3.9? NovaCoder support.Apps 3 30 June 2009 15:43
Requesting icon.library v44+... nikvest request.Other 2 16 September 2007 01:58

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:20.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.18380 seconds with 14 queries