#ImageMagick

Institute of Diagram Studiesdiagram_studies@post.lurk.org
2026-03-15

The Institute is extremely concerned to see #ImageMagick, a major component of the graphics stack, on the slippery slope towards becoming slopware, more by @ansuz 👇🏻

gts.cryptography.dog/@ansuz/st

2026-03-15

I got to use #ImageMagick to create a thumbnail sheet of the images for the online bit of the #SunrisePottyDoor project today.

Eleven gigabytes of images made tidy after a few minutes of reading their documentation.

If you're not familiar with this piece of old school wizardry, it's worth a look.

imagemagick.org

#CLI<3

Eugene :freebsd: :emacslogo:evgandr@bsd.cafe
2026-03-14

Checked all little utilities, which I'm using in my daily computing, are they still good old programs or slopware?

I prefer to use little programs, which were created to please the needs of it's creator. And/or some folks which has the same needs. The process of such little program creation usually, if author in sane state of mind, doesn't mimick process of commercial software creation, where developers need to rush to "deliver features" to please management and investors. For now this leds to forcing developers to use LLMs on the workplace — all to "deliver features" faster. So one developer for the same price (salary) able to make more features. Profit!

So, when I see how opensource programmer uses LLM to create some opensource program — it is a red flag for me and I'll try to avoid using such program. Because it means to me that programmer doesn't like the process of creation. Like an artist who don't like to draw or photographer, who don't like to make photos. Also, (s)he possibly has a "corporate mindset" (deliver value and features faster, no fun allowed). So, looks like his/her creature is not a pet, but a cattle. When I prefer to use "pet"-programs — usually they are nicer, simpler and doesn't bring me a lot of problems.

Results are pretty good — only three programs are slopware now. These three programs, installed from repositories of my OS, have versions, when these programs were coded by humans.

Here they are:

1) rsync — version 3.4.1 is good, but the next versions will be slopware, since programming happens with Claude LLM.

2) ImageMagick7 — installed good version 7.1.2-15. But since 7.1.2-16 it become a slopware. LLM the same — Claude, was used in one commit.

3) python3 — installed version 3.11.15. Since 3.13.6, according to commits and release dates, it become a slopware too — there are some commits, where the same Claude LLM was used.

#slopware #rsync #ImageMagick #Python3

Screenshot of RsyncProject/rsync from Microslop GitHub. There are two commits from 1 March 2026 which were "coauthored" with Claude LLM.Screenshot of search in the ImageMagick repository in the GitHub. There is one commit "coauthored" with Claude LLM.Screenshot of search results in the python/cpython repository. There is first commit, "coauthored" with Claude LLM, in the project history. Commit title "gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135)".
2026-03-11

If you want to stack two images on top of each other or side-by-side, you can do that from the command line with Imagemagick installed.

To stack vertically and fixing the width to 800 pixels:
$ convert -append 1.jpg 2.jpg -resize 800x out_vert.jpg

To stack horizontally and fixing the height to 600 pixel (and inputs of different formats):
$ convert +append 1.png 2.jpg -resize x600 out_horiz.jpg

#imageProcessing #techTips #imagemagick

2026-03-10

Love custom video moves? Check out two clear examples of custom transitions for Kdenlive using ImageMagick from Linux Magazine — great for creative editors and open-source tinkering! Level up your edits! #Kdenlive #ImageMagick #Linux #VideoEditing #OpenSource #Tutorial #Transitions #English
prtb.fname.ca/videos/watch/bf9

2026-03-08
​:blobcatartist:​ [YASD] (Yet another shitty drawing) Head Turn Animation

Pencil + Paper
Animated & Constructed using Pencil2d + ImageMagick scripts

​:cirno_hi:​ A head turn animation i made using paper and pencil and some hair clips, manage to make a 14 frame to a ~60 frame animation by recycling and timing.

​:puniko_shrug:​ honestly I have no clue what im doing when i do animations, but it looks pretty enough.

#art #anime #animation #sketch #pencil2d #imagemagick
2026-03-06

Que geniales estas locuras que se pueden hacer con #imagemagick corte los cuadros de las #historieta para armarlo como #Storyboard para una #presentación

Julio Alberto Lascanodrcalambre
2026-03-06
mastodon.raddemo.hostadmin@mastodon.raddemo.host
2026-03-06

cPanel Shared Hosting Server Specs This article provides an in-depth analysis of our #cPanel Shared Hosting server specs and features powering the 100%-SSD cPanel Hosting services.

cPanel Shared Hosting Server Specs
The following features are included with ...
Continued 👉 blog.radwebhosting.com/cpanel- #firewall #memcached #imagemagick #mailman #cloudsitebuilder #malwareremoval #cardav #caldav #gitversioncontrol #cloudlinux #csf #ddosprotection #imap #cagefs #imunify360 #malwarescanner #lscache

Rad Web Hostingradwebhosting
2026-03-06

✅ (Solved) How to Fix 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 👉 blog.radwebhosting.com/how-to-

Rad Web Hostingradwebhosting
2026-03-05

cPanel Shared Hosting Server Specs This article provides an in-depth analysis of our Shared Hosting server specs and features powering the 100%-SSD cPanel Hosting services.

cPanel Shared Hosting Server Specs
The ...
Continued 👉 blog.radwebhosting.com/cpanel-

Pasquale 📷 🇫🇷 🦻 :antifa:pasqualeberesti@piaille.fr
2026-03-04

Bonjour les mastonautes,
Des experts en #ImageMagick ?
J'ai un souci quand je recadre une image verticale. Pour mon site, j'exporte une partie des photos en 2048x512. Si à l'affichage sur mon ordi est correcte, quand je l'exporte vers mon site, dans le gestionnaire d'image, elle est affichée avec une rotation, même si elle s'affiche correctement sur mon site.

Illustrations :
1 - l'image recadrée sur mon ordi
2- la même image toujours sur mon ordi (dimensions incorrectes)
3- la même image dans mon gestionnaire d'image (web)
4- son affichage sur mon site

Ma formule magick :

magick image.jpg -resize x2048 -gravity Center -crop 512x2048+0+0 crop.jpg

1 idée?

Capture d'écran qui présente une image de dimension 2048 x 512 affichée horizontalement. Les dimensions sont inversées, la hauteur dit 2048, la largeur 512.Capture d'écran qui présente une image de dimension 2048 x 512 affichée horizontalement. Selon les EXIF, l'image fait 6000 x 4000Capture d'écran de mon gestionnaire d'image qui affiche les dimensions correctes de 2048 x 512 mais inversées en 512 x 2048, et l'image apparait avec une rotation de 90°Ladite photo qui s'affiche correctement orientée sur mon site
Julio Alberto Lascanodrcalambre
2026-03-04

🌙 Actualización en `lune_die.sh`

Mejoré el procesamiento de la imagen lunar usando ImageMagick:

-flop
-brightness-contrast -8x18
-gamma 0.92

Ahora la luna se integra mejor con el fondo oscuro y gana profundidad visual.

Julio Alberto Lascanodrcalambre
2026-03-04

🌙✨ Nueva actualización publicada: v1.3.2

Mejora estética en la integración de la imagen lunar dentro de Conky.

🔧 Se simplificó el procesamiento con ImageMagick
🎨 Ajuste fino de brillo y contraste
🧩 Mejor compatibilidad con picom
🚫 Eliminado el efecto de “cuadrado” alrededor de la luna

A veces la solución más simple es la más elegante 😉

🌘 🌗 🌖 🌑

🔗 github.com/DrCalambre/OpenWeat

🌙✨ Nueva actualización publicada: v1.3.2

Mejora estética en la integración de la imagen lunar dentro de Conky.

🔧 Se simplificó el procesamiento con ImageMagick
🎨 Ajuste fino de brillo y contraste
🧩 Mejor compatibilidad con picom
🚫 Eliminado el efecto de “cuadrado” alrededor de la luna

A veces la solución más simple es la más elegante 😉

#Conky #AntiX #Linux #Bash #ImageMagick #SoftwareLibre

🔗 https://github.com/DrCalambre/OpenWeatherMap-wather-conky-master
2026-03-02

@kitami Merci pour cette procédure de #compression de #photos. En plus c'est hyper simple et facilement scriptable en #bash avec #imageMagick. Et merci pour l'idée. J'étais justement en train de me dire que j'avais tout de même une sacrément grosse quantité de #sauvegardes à dupliquer et à archiver, lors d'un changement de disque sur mon #NAS.
Pour la suite je n'ai pas fait comme toi tout de même : je ne suis pas allé faire une balade et shopping avec ma fille 😃, ni j2s et raclette.

mastodon.raddemo.hostadmin@mastodon.raddemo.host
2026-03-01

✅ (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 👉 blog.radwebhosting.com/how-to- #troubleshooting #imagemagick #redis

2026-02-27

I’ll provide a tailored example (Pillow or Sharp) and a small script or Docker-ready worker to generate thumbnails automatically #scripts #imagemagick #thumbnails #gthumb

askubuntu.com/q/1564413/612

Markus Feilnermfeilner
2026-02-26

Hey, summer is coming. :-)
Accidental shots from my while preparing and testing the setup. to take the fotos, converts and labels them with watermarks, automatically makes a video. And cron on the does the rest. All , stuff. Lovin' it. Check out the zeitfresser webkam: feilner-it.net/webkam/

2026-02-26
is anyone working on porting #rust version of #imagemagick to #openbsd? or no rust on openbsd anytime soon?

latest verson in ports is 6.9

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst