English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 25 February 2018, 10:52   #2161
Mr-Z
Registered User
 
Join Date: Sep 2016
Location: Netherlands
Posts: 80
Just replace the icon.library in libs (or rename the original to be safe) and copy it.
You should notice a huge speed increase in loading icons.
On my Vampire V2 600 the speed increase was huge, even large directories load almost instantly now with OS3.9 BB2+ and glowicons.
Also OS4 style icons are supported with PeterK's icon lib but these are pretty heavy when used in large numbers on a classic system, so i only use these for the disk icons on the WB.
Mr-Z is offline  
Old 25 February 2018, 16:04   #2162
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by Steril707 View Post
1) is the icon.library included in betterWB the one from PeterK?
2) how would I know if I run the one from PeterK? I tried to run it using the code supplied in Aminet:

Code:
Version >NIL: icon.library 46
If WARN
   If EXISTS LIBS:workbench.library
      LoadResident >NIL: LIBS:workbench.library
   EndIf
   LoadResident >NIL: LIBS:icon.library REBOOT
EndIf
But it looks the same as before...
Hello Steril707,

yes, the 68000 version of my library is already included in BetterWB and installed at the beginning of the startup-sequence like this:
Quote:
if exists Sys:Libs/icon.library
RemLib >nil: icon.library
endif
I would recommend this method and remove your LoadResident block again, because RemLib needs no extra reboot. LoadResident is only better if you do a lot of warm starts. Only one of both methods should be used. If you have a 68020+ CPU you could replace LIBS:icon.library with the _68020 version for more speed and features.

As already mentioned here, please use "Version icon.library" to check whether my library "46.4" is really installed.

To enable color icons in BetterWB just start Prefs/IconSet.

@Mr-Z
You can speedup OS4 and PNG icons by converting them into the OS 3.5 format. For OS4 icons load them into Icon Information and save them. This makes them much smaller and a lot faster. For PNG icons it's sufficient in most cases to snapshot them, but that trick won't convert OS4 icons.

Last edited by PeterK; 25 February 2018 at 16:13.
PeterK is offline  
Old 25 February 2018, 19:19   #2163
Tigerskunk
Inviyya Dude!
 
Tigerskunk's Avatar
 
Join Date: Sep 2016
Location: Amiga Island
Posts: 2,770
Ah, okay, understood.
Seems it was already running... Nice...

One thing, though.. I have these grey borders around the icons, and it seems some people somehow got rid of them..
Also, the icons seem to have problems to display in true colour, although the rest of the screen is..

Any advice for me how to accomplish this?

Attached Thumbnails
Click image for larger version

Name:	Bildschirmfoto 2018-02-25 um 19.14.08.png
Views:	738
Size:	486.2 KB
ID:	57000  

Last edited by Tigerskunk; 25 February 2018 at 20:44.
Tigerskunk is offline  
Old 25 February 2018, 21:17   #2164
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by Steril707 View Post
I have these grey borders around the icons, and it seems some people somehow got rid of them..
Also, the icons seem to have problems to display in true colour, although the rest of the screen is..
Unfortunately, you didn't give me much information about your system yet. Ok, you're running BetterWB (OS 3.1) on a 68020+ with P96/CGX and a graphics card.

There are two choices to get rid of the icon frames. Either you can install workbench.library 44+ (ie. from BB4) in a similar way as iconlib, which also brings some other benefits, or you could check out my IconDemoA1200 floppy image with WB 3.1 from the 1. post here and compare the setup.

I regret, but TrueColor icons are always reduced to max 255 colors and simple transparency by my icon.library. If you need more then please install AfA_OS or Scalos. But that's a different class than BetterWB.

PS. If your screen is really TrueColor, why is the screen size just PAL Overscan ?? Strange GFX card ...

Last edited by PeterK; 25 February 2018 at 21:28.
PeterK is offline  
Old 26 February 2018, 11:06   #2165
Tigerskunk
Inviyya Dude!
 
Tigerskunk's Avatar
 
Join Date: Sep 2016
Location: Amiga Island
Posts: 2,770
Quote:
Originally Posted by PeterK View Post
Unfortunately, you didn't give me much information about your system yet. Ok, you're running BetterWB (OS 3.1) on a 68020+ with P96/CGX and a graphics card.

There are two choices to get rid of the icon frames. Either you can install workbench.library 44+ (ie. from BB4) in a similar way as iconlib, which also brings some other benefits, or you could check out my IconDemoA1200 floppy image with WB 3.1 from the 1. post here and compare the setup.

I regret, but TrueColor icons are always reduced to max 255 colors and simple transparency by my icon.library. If you need more then please install AfA_OS or Scalos. But that's a different class than BetterWB.

PS. If your screen is really TrueColor, why is the screen size just PAL Overscan ?? Strange GFX card ...
Hey Peter..

First off thanks for your fast answers..
I just used a weird resolution for the screen. I am new to Amiga OS "fine tuning", since I am usually just using 1.3 for my asm stuff.

I am fine with 256 colors. Was just wondering if that was intended or not..

I will check out that workbench.library, and see if I can get it to run...
Tigerskunk is offline  
Old 27 February 2018, 18:58   #2166
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Update to icon.library 46.4.475:

Safer "Ram Disk" icon detection. It checks the first 8 characters now instead of only 4. This avoids possible conflicts with other disk labels like "Ram Test" or "Ram Tools". --- Optimized the colorscans for OS4 and PNG icons to improve the color reduction again. Some very difficult icons with lots of colors are looking better now.

Icons that were already converted to the OS 3.5 format with older versions of icon.library may need to be copied from the original OS4 or PNG icons sets again to achieve best results. The screenshots below are comparing TrueColor with my 256 color icons.

@Steril707
Use the latest 68020 (or even SB020) version for best quality. On your screenshot I could see that your version is 473 or older.
Attached Thumbnails
Click image for larger version

Name:	IconColors1.png
Views:	178
Size:	163.6 KB
ID:	57027   Click image for larger version

Name:	IconColors2.png
Views:	189
Size:	108.5 KB
ID:	57028  
PeterK is offline  
Old 27 February 2018, 20:04   #2167
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Wow, quite a difference!
kolla is offline  
Old 27 February 2018, 20:19   #2168
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Left side are the original PNG icons in TrueColor, the "difference" is my result.
PeterK is offline  
Old 01 March 2018, 06:14   #2169
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Update to icon.library 46.4.476:

Added a palette occupation table to the color reduction code for OS4 and PNG
icons. Checking this table can avoid up to 200 color compares and save some time.
PeterK is offline  
Old 03 March 2018, 01:51   #2170
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
Installed and seems to be working great (as always)
indigolemon is offline  
Old 11 March 2018, 17:39   #2171
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
There seems to be some bug in icon.lib

Under DO5 again...

In text lister mode
double click info file for (Gicon Tool) eg. any wbstartup tool

The first icon info DO5 will show is about the icon, but list it as VOLUME!
Reopening it again, will show proper Tool type icon.
Michael is offline  
Old 11 March 2018, 18:52   #2172
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by Michael View Post
In text lister mode double click info file for (Gicon Tool) eg. any wbstartup tool

The first icon info DO5 will show is about the icon, but list it as VOLUME!
Reopening it again, will show proper Tool type icon.
Hi Michael,

I've opened WBStartup in text mode on DOpus5 (started from WB 3.9) and also DOpus5 running stand-alone on AmiKit and double clicked any #?.info there, but all of them appeared as tools, none as a volume.

Seems that you have a very specific problem, maybe only with Gicon.info ? If so, post that icon file, please.
PeterK is offline  
Old 12 March 2018, 18:57   #2173
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
This is not as trivial as I have expected it to be since reproducing this effect seems to require something else too, have not figured it out exactly.
But it happens on any normal tool icon in glowicon (3.5) format (some tools in wbstartup as an example here) Sometimes when you wish to change some settings in icon, the first time you open it, it is presented as a volume (in DO5 icon info), reopening it again shows it properly and does not fail after.

Could it be something in WB/DO5 running together detection logic or ram icon like issue or after screenmode chage... Hope to understand it, why and when it happens.

Or it could be just some other tool fulling around with some system vectors after it was run.
Michael is offline  
Old 12 March 2018, 19:28   #2174
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Do you use any tool fooling around with WBStartup entries for enabling or disabling them? I think there are some tools for this purpose, but I never tried them.

Does this issue happen in other drawers, too ?
PeterK is offline  
Old 13 March 2018, 18:15   #2175
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
It could happen anywhere, it's just those icons that you touch more often then others.
Try WBStartup+ (Mac like progress bar with some nice features)
Michael is offline  
Old 13 March 2018, 18:26   #2176
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
How many hours should I experiment with DOpus5 to reproduce this problem?

Are you using DOpus 5.82 or 5.9x ? What are your icon related settings in DOpus5 ? Why t. h. is somebody using text listing mode? Does it happen in icon mode, too?
PeterK is offline  
Old 15 March 2018, 09:01   #2177
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
@PeterK
Any planned new features for icon.library?

There is already IconUpScale and IconDownScale, some option to only scale in X or Y direction could be useful to stretch icons on non 1:1 displays (typically non-laced PAL or NTCS HiRes modes)
kolla is offline  
Old 15 March 2018, 17:01   #2178
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
Forced to use classic 5.82 since updates have gone unicode for FTP, and that breaks the most important second function of DO5, no FTP :-( unless you are ok with english only.

Don't panic, I have only advised that there might be an issue somewhere, I am still keeping an eye for what combination of moves is required to reproduce it. It has happened on two different machines now with different setups AGA v CGX (However DO5 is in similar setup) Why DO5 gets confused that an icon is read in as a Volume is a mystery so far, since reopening it wolves the issue. My only current speculation is some register is trashed that corresponds to icon type decision making of the DO5 icon info module. (So far I have had this happen to me around 10 times)
Michael is offline  
Old 15 March 2018, 18:05   #2179
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by kolla View Post
@PeterK
Any planned new features for icon.library?
Atm, I'm trying to reduce the memory consumption of OS 3.5 icons and NewIcons by around 10 % by killing the unused old planar images and replacing them with the internal 4-color icons or only dots if ChipMem is used for blitting. The replacements always point to the same images and thus need no memory allocations. I'm still working on some special problems now, like IconEdit, which seems to read some information directly from the file and causes conflicts with the replaced images from icon.library. It even overrides the replacements. Maybe I have to restrict this new feature to Workbench task.

Quote:
There is already IconUpScale and IconDownScale, some option to only scale in X or Y direction could be useful to stretch icons on non 1:1 displays (typically non-laced PAL or NTCS HiRes modes)
I could make an X stretching of 50 % possible by inserting a mixed pixel between every pair of pixels or 100 % by adding a new one between all original pixels. I won't recommend the low quality downscaling of the hight. What would you prefer ?

Old planar icons, MWB and NewIcons would never get scaled by my icon.library. It looks like 50 % stretching could be enough or the images would appear very large. But please remember that my scaling functions are not made for permanent use. You have to call them once, save the scaled icons and then disable the scaling again. This is no good solution if you need to switch screenmodes very often. Scaling or stretching permanently and not changing the images on saving the icon is not planned, because that's too complicated. I would have to read the source icon and decode the original images completely again to be able to save only other changes. Not with me ...

Last edited by PeterK; 15 March 2018 at 18:58.
PeterK is offline  
Old 15 March 2018, 18:23   #2180
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by Michael View Post
Don't panic, I have only advised that there might be an issue somewhere, I am still keeping an eye for what combination of moves is required to reproduce it. It has happened on two different machines now with different setups AGA v CGX (However DO5 is in similar setup) Why DO5 gets confused that an icon is read in as a Volume is a mystery so far, since reopening it wolves the issue. My only current speculation is some register is trashed that corresponds to icon type decision making of the DO5 icon info module. (So far I have had this happen to me around 10 times)
No, I don't panic yet, although I know that very often you were right when coming up with a mysterious bug report.
But I need to know how to reproduce a problem, before I can start with investigations. I also thought already that this issue might be caused by a memory trashing. I didn't try AGA or CGX modes yet (my CGX setup is broken, must be reinstalled first).
PeterK is offline  
 


Currently Active Users Viewing This Thread: 2 (0 members and 2 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 17:25.

Top

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