Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: JScript Panel (Read 373291 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: JScript Panel

Reply #1800
marc2k3:  Recently noticed that in your sample last.fm Bio + Images, the context menu option "Main image maximum size" no longer appears.  Not sure when that was removed (am running JSP3 3.8.0 now).  I had always used "Leave untouched".  No big deal, just curious why it was taken off and what it defaults to now.

Re: JScript Panel

Reply #1801
Since 3.7.0, images are left untouched because the script only loads one image in memory at once (strictly speaking 2 - the other being the same image cloned and blurred for the background).

Previous versions loaded all images in a given folder at once which is quite inefficient although mostly harmless for last.fm's mostly low quality images. It could be problematic on higher quality custom images.

 

Re: JScript Panel

Reply #1802
Since 3.7.0, images are left untouched because the script only loads one image in memory at once (strictly speaking 2 - the other being the same image cloned and blurred for the background).

Previous versions loaded all images in a given folder at once which is quite inefficient although mostly harmless for last.fm's mostly low quality images. It could be problematic on higher quality custom images.
Thanks for the explanation, good change.