Wer #ImageMagick auf einem Server laufen hat, sollte sich unbedingt diesen Artikel durchlesen und entsprechende Fixes/Patches einspielen.

#vulnerability #critical #cve #linux #server #fix #workaround

https://www.heise.de/news/KI-findet-kritische-ImageMagick-Luecken-in-Standardkonfigurationen-11243001.html

KI findet kritische ImageMagick-Lücken in Standardkonfigurationen

Ein KI-Pentesting-Tool hat in Standardkonfigurationen von ImageMagick kritische Sicherheitslücken aufgespürt. Workarounds schützen.

heise online

✅ (Solved) How to Fix #PHP Warning: Module ‘imagick’ already loaded Error

This article provides a guide for how to fix PHP Warning: Module 'imagick' already loaded errors.
🛠️ How to Fix PHP Warning: Module 'imagick' already loaded Error
When PHP encounters this warning, it means that the Imagick extension is being loaded more than once in your configuration files. While the warning itself usually won’t ...
Continued 👉 https://blog.radwebhosting.com/how-to-fix-php-warning-module-imagick-already-loaded/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #imagemagick #redis #troubleshooting

Hier j'ai eu l'occasion de tester quelques commandes sur #imagemagick . Quel plaisir de bidouiller des images avec du code 😋

Trop hâte d'en apprendre plus !

KI findet kritische ImageMagick-Lücken in Standardkonfigurationen

Ein KI-Pentesting-Tool hat in Standardkonfigurationen von ImageMagick kritische Sicherheitslücken aufgespürt. Workarounds schützen.

heise online

Critical #ImageMagick zero-day allows RCE via simple image uploads, impacting Ubuntu, Amazon Linux, and WordPress - millions still exposed.

Read: https://hackread.com/imagemagick-zero-day-rce-linux-wordpress-servers/

#CyberSecurity #ZeroDay #RCE #Linux #WordPress #Vulnerability

ImageMagick Zero-Day Enables RCE on Linux and WordPress Servers

A zero-day ImageMagick vulnerability allows Remote Code Execution (RCE) via simple image uploads affecting Ubuntu, Amazon Linux and WordPress.

Hackread - Cybersecurity News, Data Breaches, AI and More

I wrote a blog post about how I optimized some PNGs on my website to reduce the filesize. I talk Custom Actions, optipng, and Image Magick commands.

https://futurehorizondesign.net.au/posts/2026-04-01-Optimizing-Portfolio-Images-for-Web.html

#indieweb #blog #blogging #smallweb #rss #webdev #xfce #linux #imagemagick #graphicdesign

Optimizing Portfolio Images for Web (Updates) - Future Horizon Design

I discuss some methods of reducing image size using Linux command line utilities like optipng and image magick. This includes reducing colour depth and applying dithering.

Future Horizon Design

I woke up this morning with An Idea, and I could not resist figuring out another style (7) with my #imagemagick #wallpaper generating script. I'm not sure if I prefer fewer wider segments, or a greater number of narrower segments. I've set it to be random within a range.

(And spent far too much time generating a whole bunch of them so I could pick four great ones out of the bunch to show you.)

#backgrounds #graphics

And these are examples of styles 4, 5 and 6, which start with a plasma base rather than pure random noise. The hardest to devise was actually style 5, because of the diagonal lines.

#imagemagick #backgrounds #wallpaper #graphics

I have been having great fun playing around with #imagemagick to generate random background images (desktop wallpaper). Wrote a script, keep on adding new wallpaper styles to it. Six so far. The first couple came from https://usage.imagemagick.org/backgrounds/ but then I started branching out, poring over the imagemagick docs to see what I could do.

#backgrounds #wallpaper #graphics

I like the idea in #programming when there's no one overarching module that does *everything* you need. I mean there could be, but often times it's a multi-step pipeline. Like right now I'm doing some #imagemagick, and because of some limitations around shave, repage, and fuzz I'm testing out #pillow/#pil. And if want to get real crazy (I do not) the Internet suggests opencv, which I'm I think best off avoiding. #coding #python