Bug #3701
closed
/toolbar command only accepts .ico
Added by Mr. BS over 7 years ago.
Updated over 7 years ago.
Description
/toolbar -a GRbug GRbug blabla.png "/noop"
Tested same random interweb images (png/gif/bmp/etc) in AdiIRC/mIRC, all them failed on Adi. It returns * /toolbar: invalid image size.
Version tested: 3.0 Beta Build (2017/08/26).
Tell me if need further info.
Files
- Status changed from New to Invalid
As you can see in #3693 and #3678, [x y w h] is a required parameter for non-icon images.
Example: /toolbar -a GRbug GRbug blabla.png 0 0 16 16 "/noop"
If you try my suggested command on mIRC, it works fine. Should we ignore that fact?
I did, and it doesn't work "/toolbar: invalid image size".
hmm it seems mIRC is limiting supported images to some kind of aspect ratio or more likely by max dimensions. Try attached images.
/toolbar -a test test fail.png "/noop"
/toolbar -a test test works.png "/noop"
That is possible,, I'll look into that.
- Status changed from Invalid to Resolved
It seems to be a max of 440 pixels in either direction, but there is also some aspect ratio involved, I made it a flat 440x440 before [x y w h] is required.
- Status changed from Resolved to Closed
Also available in: Atom
PDF