fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#imagemagick

4 posts4 participants0 posts today
Álvaro R.<p>✨ New blog post ✨</p><p>Interactive ordering of dired items</p><p><a href="https://xenodium.com/interactive-ordering-of-dired-items" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">xenodium.com/interactive-order</span><span class="invisible">ing-of-dired-items</span></a></p><p><a href="https://indieweb.social/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://indieweb.social/tags/oss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>oss</span></a> <a href="https://indieweb.social/tags/elisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>elisp</span></a> <a href="https://indieweb.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://indieweb.social/tags/dired" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dired</span></a> <a href="https://indieweb.social/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a></p>
Feed2Mastodon<p>🚀 Mastodon v4.3.10 veröffentlicht.</p><p>• 🔧 Abhängigkeiten aktualisiert.<br>• 📚 Datenbank-Backups vor Updates empfohlen.<br>• 🔧 `charlock_holmes` Gem-Build-Problem mit `gcc` möglich.</p><p><a href="https://github.com/mastodon/mastodon/releases/tag/v4.3.10" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/mastodon/mastodon/r</span><span class="invisible">eleases/tag/v4.3.10</span></a></p><p><a href="https://mastodon.hexix.de/tags/Mastodon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mastodon</span></a> <a href="https://mastodon.hexix.de/tags/Ruby" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ruby</span></a> <a href="https://mastodon.hexix.de/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> <a href="https://mastodon.hexix.de/tags/Elasticsearch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Elasticsearch</span></a> <a href="https://mastodon.hexix.de/tags/Redis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Redis</span></a> <a href="https://mastodon.hexix.de/tags/Nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nodejs</span></a> <a href="https://mastodon.hexix.de/tags/LibreTranslate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LibreTranslate</span></a> <a href="https://mastodon.hexix.de/tags/ImageMagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ImageMagick</span></a> <a href="https://mastodon.hexix.de/tags/libvips" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>libvips</span></a></p>
LinuxNews.de<p>ImageMagick unter Linux<br><a href="https://linuxnews.de/imagemagick-unter-linux/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">linuxnews.de/imagemagick-unter</span><span class="invisible">-linux/</span></a> <a href="https://social.anoxinon.de/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> <a href="https://social.anoxinon.de/tags/gimp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gimp</span></a> <a href="https://social.anoxinon.de/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a></p>
Kazuky Akayashi ฅ^•ﻌ•^ฅ<p>​:nkoSunglass:​<span><br><br></span><a href="https://codeberg.org/KazukyAkayashi/square.sh" rel="nofollow noopener" target="_blank">codeberg.org/KazukyAkayashi/square.sh</a><span><br><br></span><a href="https://social.zarchbox.fr/tags/Imagemagick" rel="nofollow noopener" target="_blank">#Imagemagick</a></p>
Donncha<p><strong>Export photos with a border from Lightroom Classic</strong></p><p>This is how I add a nice thick black border to my photos after I export them from Lightroom Classic using free software.</p> <p>This is for macOS, but since the same software exists on Windows, you can do something similar there, but I haven’t used that platform in years, so YMMV.</p><p>I’m going to presume you’re familiar with <a href="https://helpx.adobe.com/ie/lightroom-classic/help/export-presets-settings-plug-ins.html" rel="nofollow noopener" target="_blank">export presets</a> in Lightroom Classic. You’re going to use one of them to run a small script that does the <em>magick</em>.</p><p>Take a deep breath. You’re going to learn a lot in the next couple of steps. Persist, and it will be worth it.</p><p><strong>Installing ImageMagick</strong></p><p>To add the border you need to install <a href="https://formulae.brew.sh/formula/imagemagick" rel="nofollow noopener" target="_blank">ImageMagick</a> using <a href="https://brew.sh/" rel="nofollow noopener" target="_blank">brew</a>. Think of ImageMagick as a Swiss Army knife for images. While Lightroom excels at organizing and editing individual photos, ImageMagick can automatically resize hundreds of images, create contact sheets, add watermarks, or convert file formats. You can do all this without you having to click through each image individually.</p><p><strong>Step 1: Open Terminal (It’s Not as Scary as It Sounds!)</strong></p><p>Terminal is like a text-based way to talk to your Mac. Instead of clicking buttons, you type commands. Here’s how to find it:</p><ol><li>Press <code>Command + Space</code> to open Spotlight search</li><li>Type “Terminal” and press Enter</li><li>A black window will open. This is Terminal</li></ol><p>Don’t panic if it looks intimidating! Think of it like switching from Auto mode to Manual on your camera. It gives you more control once you know what you’re doing.</p><p><strong>Step 2: Install Homebrew (Your New Best Friend)</strong></p><p>Homebrew is like an App Store for command-line tools. It makes installing software like ImageMagick incredibly easy. Here’s how to install it:</p><ol><li>Copy this entire command (click and drag to select it all):<br><code>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code></li><li>Paste it into Terminal (Command + V) and press Enter.</li><li>You’ll be prompted to enter your Mac’s password (the same one you use to log in). <strong>Note:</strong> When you type your password, you won’t see any characters appear. This is normal for security reasons. Just type it and press Enter.</li><li>The installation will take a few minutes. You’ll see lots of text scrolling by, and this is normal! Grab a coffee and let it do its thing.</li><li>When it’s finished, you might see instructions about adding Homebrew to your PATH. If you see a message starting with “Run these two commands in your terminal,” copy and paste those commands one at a time.</li></ol><p><strong>Step 3: Install ImageMagick</strong></p><p>Now that you have Homebrew installed, installing ImageMagick is incredibly simple:</p><ol><li>Type this command in Terminal:<br><code>brew install imagemagick</code></li><li>Press Enter and wait.</li><li>This will download and install ImageMagick automatically. When it’s done, you’ll see your command prompt again (it looks like <code>YourName@YourMac ~ %</code> or similar).</li></ol><p><strong>Step 4: Test Your Installation</strong></p><p>Let’s make sure everything worked:</p><ol><li>Type this command:<br><code>magick -version</code></li><li>If you see version information appear (something like “Version: ImageMagick 7.1.x”), congratulations! You’ve successfully installed ImageMagick.</li></ol><p>Apart from adding borders to images, ImageMagick can also resize images, convert RAW files to Jpeg, add watermarks and more.</p><p><strong>Your first ImageMagick script</strong></p><p>Open TextEdit or your favourite text editor to create your black borders script. If you use TextEdit, you need to adjust the settings as follows.</p><p>Go to TextEdit → Preferences and under “New Document”</p><ol><li>Select “Plain text”.</li><li>Uncheck “Smart quotes” and “Smart dashes”.</li></ol><p>Copy this code into your editor before saving it in your Documents folder as add_black_borders.sh</p> <pre>#!/bin/bash# Add black borders to export imagestoday=$(date +%F)open ~/Pictures/for file in "$@"do echo "Working on $file" &gt; ~/export.log /opt/homebrew/bin/magick "$file" -bordercolor black -border 15 /tmp/out.jpg &gt;&gt; ~/export.log 2&gt;&gt; ~/err.log mv /tmp/out.jpg "$file" rm "$file"_originaldone</pre> <p>Your computer can’t run the script without making it executable, so use this command to do that:</p> <pre>chmod +x ~/Documents/add_black_borders.sh</pre> <p><strong>Add it to Lightroom Classic</strong></p><p>Lightroom Classic has an “after export” setting in the export dialog you can use to modify the photo(s) you just exported. You’re going to write a small computer programme called a “shell script” that uses ImageMagick to add the border.</p><p>Right click on an image, go to <code>Export</code> and click on <code>Export....</code>. Select your export preset and scroll to the bottom, to “Post-Processing. It will look something like this. Click on the “After Export” setting and then on “Go to Export Actions Folder Now”.</p><p>A new Finder window will open there. It should be <code>Library/Application Support/Adobe/Lightroom/Export Actions/</code> in your home directory.</p> <p>Copy the script from your Documents folder to the Export Actions folder by dragging it from one folder to the other.</p><p><strong>Export with Borders</strong></p><p>Go to your desired export action in the <code>Export...</code> menu in Lightroom Classic. Scroll to the end, and the <code>After Export</code> setting will have your <code>add_black_borders</code> script. </p> <p>Select that, and remember to update the settings for your export preset.</p> <p>Export an image, and it should have a black border. The Pictures folder will pop up too, but you can change that in the script in the line that says <code>open ~/Pictures/</code>. Change that to wherever you put your exported images.</p><p><strong>Customize the output</strong></p><p>You can change the border width and colour in the script. Look at the <code>magick</code> line.</p><ol><li>It’s 15 pixels by default.</li><li><code>-bordercolor black</code> can be changed to <a href="https://imagemagick.org/script/color.php#color_names" rel="nofollow noopener" target="_blank">whatever colour you want from this list</a>.</li></ol><p>Search online, and you’ll find other commands to further change how the border looks.</p><p><strong>Bonus: split panoramas</strong></p><p>Here’s a bonus script. Save it as panorama.sh in the <code>Export Actions</code> folder. Add it to an export action you use for horizontal panoramas. Vertical panoramas can be split using <code>100%x33.33%</code> instead.</p> <pre>#!/bin/bashopen ~/Pictures/for file in "$@"; do base=$(basename "$file" .jpg) out=$(dirname "$file") /opt/homebrew/bin/magick "$file" -crop 33.33%x100% "${out}/${base}_split_%d.jpg"done</pre> <p><strong>Gobbledygook?</strong></p><p>I hope that made some sense, and it works for you. It is unfortunately technical, but take things slowly and carefully, and you’ll have beautiful borders on your exported photos!</p><p></p>Apertureƒ/8CameraILCE-7RM5Focal length172mmISO100Shutter speed5s<p><a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://inphotos.org/tag/imagemagick/" target="_blank">#imagemagick</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://inphotos.org/tag/words/" target="_blank">#Words</a></p>
Paco Hope #resist<p>Ok, any <a href="https://infosec.exchange/tags/video" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>video</span></a> folks out there who know how to do what I want to do? I don't know what words to search for because I don't know what this technique is called. Boosts welcome, suggestions welcome.</p><p>I have a pool cleaning robot. Like a roomba, but for the bottom of the pool. We call it poomba. Anyways, I want to shoot an MP4 video with a stationary camera (a GoPro) looking down on the pool while the robot does its work. So I will have this overhead video of like 3-4 hours.</p><p>I want to kinda overlay all the frames of the video into a single picture. So the areas where the robot drove will be dark streaks (the robot is black and purple). And any area the robot didn't cover would show the white pool bottom. Areas the robot went over a lot would be darker. Areas it went rarely would be lighter.</p><p>I'm just super curious how much coverage I actually get. This thing isn't a roomba. It has no map and it definitely doesn't have an internet connection at the bottom of the pool. (Finally! A place they can't get AI, yet!) It's just using lidar, motion sensors, attitude sensors and some kind of randomizing algorithm.</p><p>I think of it like taking every frame of the video and compositing it down with like 0.001 transparency. By the end of the video the things that never changed (the pool itself) would be full brightness and clear. While the robot's paths would be faint, except where it repeated a lot, which would be darker.</p><p>I could probably rip it into individual frames using <a href="https://infosec.exchange/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ffmpeg</span></a> and then do this compositing with <a href="https://infosec.exchange/tags/ImageMagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ImageMagick</span></a> or something (I'm doing this on <a href="https://infosec.exchange/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a>). But 24fps x 3600 seconds/hour x 3 hours == about 260K frames. My laptop will take ages to brute force this. Any more clever ways to do it?</p><p>If I knew what this technique/process was called, I'd search for it.</p>
Rivermonster<p>At the office job I got so used to right click, convert to PDF (Acrobat creates this context menu in Windows) that I replicated it at home with <a href="https://mastodon.social/tags/Xfce" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xfce</span></a> custom actions - <a href="https://mastodon.social/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> and then xdg open for evince. I don't know why I didn't think of this sooner. Imagemagick is seriously cool stuff. <a href="https://mastodon.social/tags/gnu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnu</span></a> <a href="https://mastodon.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a></p>
24ème<p>Quant aux choix des dons, chaque salarié⋅e du 24ème a disposé de 14 tranches de 24€ à répartir aux projets libres de son choix. Ensuite, nous les avons mis en commun pour se répartir les paiements redondant. Une méthode bien efficace : en moins d'une demi journée, nous avons pu choisir et aider 30 projets.</p><p>Voici la liste des dons : <a href="https://github.com/24eme/banque/blob/master/data/dons.csv" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/24eme/banque/blob/m</span><span class="invisible">aster/data/dons.csv</span></a></p><p>(2/2)</p><p><a href="https://mastodon.libre-entreprise.com/tags/Yunohost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Yunohost</span></a> <a href="https://mastodon.libre-entreprise.com/tags/Framasoft" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Framasoft</span></a> <a href="https://mastodon.libre-entreprise.com/tags/Debian" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Debian</span></a> <a href="https://mastodon.libre-entreprise.com/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://mastodon.libre-entreprise.com/tags/bigbluebutton" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bigbluebutton</span></a> <a href="https://mastodon.libre-entreprise.com/tags/gnome" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnome</span></a> <a href="https://mastodon.libre-entreprise.com/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> <a href="https://mastodon.libre-entreprise.com/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://mastodon.libre-entreprise.com/tags/organicmaps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>organicmaps</span></a> <a href="https://mastodon.libre-entreprise.com/tags/fdroid" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fdroid</span></a> <a href="https://mastodon.libre-entreprise.com/tags/weblate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>weblate</span></a> <a href="https://mastodon.libre-entreprise.com/tags/kitty" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kitty</span></a> <a href="https://mastodon.libre-entreprise.com/tags/signal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>signal</span></a> <a href="https://mastodon.libre-entreprise.com/tags/CopyPublique" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CopyPublique</span></a></p>
Taffer 🇨🇦 :godot:<p>ImageMagick rapidly soaked up all of my free RAM and the OS killed my console in self-defence. Maybe 84000 x 51500 is too much image for us mere mortals.</p><p><a href="https://mastodon.gamedev.place/tags/astronomy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>astronomy</span></a> <a href="https://mastodon.gamedev.place/tags/krita" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>krita</span></a> <a href="https://mastodon.gamedev.place/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a></p>
hellocatfood<p>I like it when my glitch art experiments result in something useful happening in regular software <a href="https://github.com/ImageMagick/ImageMagick/discussions/8161#discussioncomment-13428106" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/ImageMagick/ImageMa</span><span class="invisible">gick/discussions/8161#discussioncomment-13428106</span></a> <a href="https://post.lurk.org/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a></p>
Rad Web Hosting<p>cPanel Shared Hosting Server Specs This article provides an in-depth analysis of our <a href="https://mastodon.social/tags/cPanel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cPanel</span></a> Shared Hosting server specs and features powering the 100%-SSD cPanel Hosting services.</p><p>cPanel Shared Hosting Server Specs ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/cpanel-shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/cpanel-</span><span class="invisible">shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social</span></a> <a href="https://mastodon.social/tags/cardav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cardav</span></a> <a href="https://mastodon.social/tags/multiphp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>multiphp</span></a> <a href="https://mastodon.social/tags/mailman" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mailman</span></a> <a href="https://mastodon.social/tags/cloudlinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudlinux</span></a> <a href="https://mastodon.social/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> <a href="https://mastodon.social/tags/cagefs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cagefs</span></a> <a href="https://mastodon.social/tags/csf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csf</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/gitversioncontrol" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitversioncontrol</span></a> <a href="https://mastodon.social/tags/caldav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>caldav</span></a> <a href="https://mastodon.social/tags/imunify360" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imunify360</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/malwareremoval" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwareremoval</span></a> <a href="https://mastodon.social/tags/phpmyadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phpmyadmin</span></a> <a href="https://mastodon.social/tags/pgadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pgadmin</span></a> <a href="https://mastodon.social/tags/modsecurity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>modsecurity</span></a> <a href="https://mastodon.social/tags/imap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imap</span></a> <a href="https://mastodon.social/tags/memcached" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>memcached</span></a> <a href="https://mastodon.social/tags/cloudsitebuilder" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudsitebuilder</span></a> <a href="https://mastodon.social/tags/lscache" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lscache</span></a> <a href="https://mastodon.social/tags/pop3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pop3</span></a> <a href="https://mastodon.social/tags/malwarescanner" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwarescanner</span></a></p>
Rad Web Hosting<p>cPanel Shared Hosting Server Specs This article provides an in-depth analysis of our <a href="https://mastodon.social/tags/cPanel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cPanel</span></a> Shared Hosting server specs and features powering the 100%-SSD cPanel Hosting services.</p><p>GET SECURE CPANEL HOSTING AT 50% OFF ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/cpanel-shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/cpanel-</span><span class="invisible">shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social</span></a> <a href="https://mastodon.social/tags/malwarescanner" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwarescanner</span></a> <a href="https://mastodon.social/tags/cloudsitebuilder" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudsitebuilder</span></a> <a href="https://mastodon.social/tags/cagefs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cagefs</span></a> <a href="https://mastodon.social/tags/mailman" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mailman</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/caldav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>caldav</span></a> <a href="https://mastodon.social/tags/phpmyadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phpmyadmin</span></a> <a href="https://mastodon.social/tags/cardav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cardav</span></a> <a href="https://mastodon.social/tags/lscache" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lscache</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> <a href="https://mastodon.social/tags/multiphp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>multiphp</span></a> <a href="https://mastodon.social/tags/modsecurity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>modsecurity</span></a> <a href="https://mastodon.social/tags/pgadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pgadmin</span></a> <a href="https://mastodon.social/tags/pop3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pop3</span></a> <a href="https://mastodon.social/tags/malwareremoval" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwareremoval</span></a> <a href="https://mastodon.social/tags/imunify360" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imunify360</span></a> <a href="https://mastodon.social/tags/csf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csf</span></a> <a href="https://mastodon.social/tags/cloudlinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudlinux</span></a> <a href="https://mastodon.social/tags/gitversioncontrol" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitversioncontrol</span></a> <a href="https://mastodon.social/tags/memcached" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>memcached</span></a> <a href="https://mastodon.social/tags/imap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imap</span></a></p>
TOV<p><span class="h-card" translate="no"><a href="https://hear-me.social/@debby" class="u-url mention">@<span>debby</span></a></span> It really comes down to hardware now-a-days. Software like <a href="https://fosstodon.org/tags/Kdenlive" class="mention hashtag" rel="tag">#<span>Kdenlive</span></a> <a href="https://fosstodon.org/tags/Krita" class="mention hashtag" rel="tag">#<span>Krita</span></a> <a href="https://fosstodon.org/tags/Flowblade" class="mention hashtag" rel="tag">#<span>Flowblade</span></a> <a href="https://fosstodon.org/tags/Shotcut" class="mention hashtag" rel="tag">#<span>Shotcut</span></a> <a href="https://fosstodon.org/tags/GMIC" class="mention hashtag" rel="tag">#<span>GMIC</span></a> <a href="https://fosstodon.org/tags/Inkscape" class="mention hashtag" rel="tag">#<span>Inkscape</span></a> <a href="https://fosstodon.org/tags/Pencil2D" class="mention hashtag" rel="tag">#<span>Pencil2D</span></a> <a href="https://fosstodon.org/tags/GIMP" class="mention hashtag" rel="tag">#<span>GIMP</span></a> <a href="https://fosstodon.org/tags/Friction" class="mention hashtag" rel="tag">#<span>Friction</span></a> <a href="https://fosstodon.org/tags/Synfig" class="mention hashtag" rel="tag">#<span>Synfig</span></a> <a href="https://fosstodon.org/tags/Glaxnimate" class="mention hashtag" rel="tag">#<span>Glaxnimate</span></a> <a href="https://fosstodon.org/tags/OBS" class="mention hashtag" rel="tag">#<span>OBS</span></a> <a href="https://fosstodon.org/tags/Blender" class="mention hashtag" rel="tag">#<span>Blender</span></a> <a href="https://fosstodon.org/tags/Handbrake" class="mention hashtag" rel="tag">#<span>Handbrake</span></a> <a href="https://fosstodon.org/tags/FFmpeg" class="mention hashtag" rel="tag">#<span>FFmpeg</span></a> <a href="https://fosstodon.org/tags/Imagemagick" class="mention hashtag" rel="tag">#<span>Imagemagick</span></a> and <a href="https://fosstodon.org/tags/Natron" class="mention hashtag" rel="tag">#<span>Natron</span></a> tend to offer some impressive options that allow users to achieve some impressive results.</p>
Mohammed Ismail :unverified:<p>Furthermore, I could can now even combine two steps: (1) converting XCF to PNG, (2) converting PNG to PDF; to a single step that converts PSD to PDF — all thanks to <a href="https://fosstodon.org/tags/ImageMagick" class="mention hashtag" rel="tag">#<span>ImageMagick</span></a>.</p>
Mohammed Ismail :unverified:<p>Yesterday, I gave up on running `xcf2png image.xcf -o image.png` and ended up exporting my XCF file as a PSD. This lets me convert it using <a href="https://fosstodon.org/tags/ImageMagick" class="mention hashtag" rel="tag">#<span>ImageMagick</span></a>, as simple as `magick image.psd[0] image.png`.</p>
Rad Web Hosting<p>cPanel Shared Hosting Server Specs This article provides an in-depth analysis of our <a href="https://mastodon.social/tags/cPanel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cPanel</span></a> Shared Hosting server specs and features powering the 100%-SSD cPanel Hosting services.</p><p>GET SECURE CPANEL HOSTING AT 50% OFF ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/cpanel-shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/cpanel-</span><span class="invisible">shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost</span></a> <a href="https://mastodon.social/tags/memcached" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>memcached</span></a> <a href="https://mastodon.social/tags/malwarescanner" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwarescanner</span></a> <a href="https://mastodon.social/tags/modsecurity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>modsecurity</span></a> <a href="https://mastodon.social/tags/malwareremoval" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwareremoval</span></a> <a href="https://mastodon.social/tags/lscache" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lscache</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/imap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imap</span></a> <a href="https://mastodon.social/tags/caldav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>caldav</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/pop3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pop3</span></a> <a href="https://mastodon.social/tags/cardav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cardav</span></a> <a href="https://mastodon.social/tags/cloudsitebuilder" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudsitebuilder</span></a> <a href="https://mastodon.social/tags/csf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csf</span></a> <a href="https://mastodon.social/tags/mailman" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mailman</span></a> <a href="https://mastodon.social/tags/pgadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pgadmin</span></a> <a href="https://mastodon.social/tags/phpmyadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phpmyadmin</span></a> <a href="https://mastodon.social/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> <a href="https://mastodon.social/tags/cloudlinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudlinux</span></a> <a href="https://mastodon.social/tags/gitversioncontrol" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitversioncontrol</span></a> <a href="https://mastodon.social/tags/imunify360" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imunify360</span></a> <a href="https://mastodon.social/tags/multiphp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>multiphp</span></a> <a href="https://mastodon.social/tags/cagefs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cagefs</span></a></p>
Rad Web Hosting<p>cPanel Shared Hosting Server Specs This article provides an in-depth analysis of our <a href="https://mastodon.social/tags/cPanel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cPanel</span></a> Shared Hosting server specs and features powering the 100%-SSD cPanel Hosting services.</p><p>GET SECURE CPANEL HOSTING AT 50% OFF ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/cpanel-shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/cpanel-</span><span class="invisible">shared-hosting-server-specs/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=ReviveOldPost</span></a> <a href="https://mastodon.social/tags/imunify360" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imunify360</span></a> <a href="https://mastodon.social/tags/cloudlinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudlinux</span></a> <a href="https://mastodon.social/tags/csf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csf</span></a> <a href="https://mastodon.social/tags/memcached" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>memcached</span></a> <a href="https://mastodon.social/tags/pop3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pop3</span></a> <a href="https://mastodon.social/tags/modsecurity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>modsecurity</span></a> <a href="https://mastodon.social/tags/malwareremoval" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwareremoval</span></a> <a href="https://mastodon.social/tags/mailman" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mailman</span></a> <a href="https://mastodon.social/tags/cagefs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cagefs</span></a> <a href="https://mastodon.social/tags/cloudsitebuilder" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudsitebuilder</span></a> <a href="https://mastodon.social/tags/cardav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cardav</span></a> <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/caldav" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>caldav</span></a> <a href="https://mastodon.social/tags/malwarescanner" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>malwarescanner</span></a> <a href="https://mastodon.social/tags/gitversioncontrol" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitversioncontrol</span></a> <a href="https://mastodon.social/tags/imap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imap</span></a> <a href="https://mastodon.social/tags/phpmyadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phpmyadmin</span></a> <a href="https://mastodon.social/tags/lscache" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lscache</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/pgadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pgadmin</span></a> <a href="https://mastodon.social/tags/multiphp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>multiphp</span></a> <a href="https://mastodon.social/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a></p>
Sindastra<p><strong>Restoring a vector image without AI</strong></p><p>Here I document an afternoon of toying with ImageMagick and using the properties of GIF in an attempt to cheat myself into a crisp raster image as if it were rendered freshly from a vector graphic.</p><p><a href="https://www.sindastra.de/p/3581/restoring-a-vector-image-without-ai" class="" rel="nofollow noopener" target="_blank">https://www.sindastra.de/p/3581/restoring-a-vector-image-without-ai</a></p><p><a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://www.sindastra.de/p/tag/computerscience" target="_blank">#ComputerScience</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://www.sindastra.de/p/tag/gif" target="_blank">#GIF</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://www.sindastra.de/p/tag/imagemagick" target="_blank">#ImageMagick</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://www.sindastra.de/p/tag/imageprocessing" target="_blank">#ImageProcessing</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://www.sindastra.de/p/tag/mylittlepony" target="_blank">#MyLittlePony</a> <a rel="nofollow noopener" class="hashtag u-tag u-category" href="https://www.sindastra.de/p/tag/tinkering" target="_blank">#Tinkering</a></p>
Starbeamrainbowlabs<p>Wanna make a tiny planet from an image with imagemagick? That's easy:</p><p>`magick IN.png -distort arc 360 OUT.png`</p><p>Wanna blend the 2 sides together? That's MUCH harder........</p><p>`in="IN.png"; w="$(magick identify -format '%w' "${in}")"; h="$(magick identify -format '%h' "${in}")"; magick "${in}" -gravity east -crop "$((w/20))x${h}+0+0" \( -size "${h}x$((w/20))" gradient:white-transparent -rotate 90 \) -alpha set -compose xor -composite \( "${in}" -gravity west -crop "$((w/20))x${h}+0+0" \) -compose dst-over -composite \( "${in}" -gravity center -crop 90%x100%+0+0 \) +append -strip tmp.png; magick tmp.png -distort arc 360 OUT.png; rm tmp.png;`</p><p>(WARNING: uses `tmp.png` as a temp image)</p><p>Still want to try and get rid of the dark banding around the blend but it's at least better than a seam line.</p><p>Imagemagick didn't like `-distort` after `+append` for some reason...... I think it's some kinda global image offset that `-strip` only fixes during saving?</p><p><a href="https://fediscience.org/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> <a href="https://fediscience.org/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://fediscience.org/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://fediscience.org/tags/ImageEditing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ImageEditing</span></a> <a href="https://fediscience.org/tags/TinyPlanets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TinyPlanets</span></a></p>
boredsquirrel<p><span class="h-card" translate="no"><a href="https://osna.social/@razze" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>razze</span></a></span> Can <a href="https://tux.social/tags/Gwenview" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gwenview</span></a> display them? I think so?</p><p>Also have you tried <a href="https://tux.social/tags/imagemagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imagemagick</span></a> or <a href="https://tux.social/tags/graphicsmagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphicsmagick</span></a>? There might even be a <a href="https://tux.social/tags/KDE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KDE</span></a> Context menu entry to batch convert them.</p><p>Gwenview can even display Sony RAW images.</p>