OK, I'm probably confusing you more than anything, but here goes . . . Let me start with this:
(I'm talking about what Rocknbil posted above "If these scripts are under your control, the third parameter of image[jpg|gif|bmp|png]() is the quality/compression setting, you can play with that").
This is regarding GD library, not Imagick. I was making an assumption, that you were editing the code itself, and as the thread unfolded I can see you are not, you're just working with the message board software. So ignore that bit . . . in fact, the previous being the case, you may be chasing a ghost if this message board software doesn't support Imagick/ImageMagick. The following is in case it does, and I can give you clues where to look.
what should I do in order to activate it (Imagick) (if needed)
Might not be needed, see below, but if it is, ask support if the PHP API Imagick is enabled or installed.
"If needed" - originally you said
I heard about another module, forgot its name..magicsomething...
I rarely work with open source programs, but something made me think you might have seen this in your board's setup. I know it's an option in vBulletin. Dig around your board software's admin and look for the place image uploads are managed. In vBulletin, there is an
option to use the GD library (default)
or ImageMagick. If you select ImageMagick, there will be a text field to enter the path to the binaries, and that is what this is for from the support response: --> /usr/bin
While you're seeing if Imagick is supported in the admin area of your board, look around for settings in respect to the uploaded image quality, they might also be there (or should be.) Another place to look would be the configuration file for this script.
So before asking support, see if your board software has it built in.
I'm sure the creators of your message board software will have a forum, these questions can likely be answered best there.