Bug #3701
closed/toolbar command only accepts .ico
0%
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
Updated by Per Amundsen over 7 years ago
- Status changed from New to Invalid
Updated by Mr. BS over 7 years ago
If you try my suggested command on mIRC, it works fine. Should we ignore that fact?
Updated by Per Amundsen over 7 years ago
I did, and it doesn't work "/toolbar: invalid image size".
Updated by Mr. BS over 7 years ago
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"
Updated by Per Amundsen over 7 years ago
That is possible,, I'll look into that.
Updated by Per Amundsen over 7 years ago
- 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.