Posted into DEPTH OF FIELD @depth-of-field-nndflip
New Black Forest Labs FLUX.1 Kontext AI Image Models Challenge Midjourney, OpenAI
#AI #GenAI #ImageEditing #AIart #BlackForestLabs #FLUXKontext #AItools #DigitalArt #AIModels
Posted into DEPTH OF FIELD @depth-of-field-nndflip
Wanna make a tiny planet from an image with imagemagick? That's easy:
`magick IN.png -distort arc 360 OUT.png`
Wanna blend the 2 sides together? That's MUCH harder........
`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;`
(WARNING: uses `tmp.png` as a temp image)
Still want to try and get rid of the dark banding around the blend but it's at least better than a seam line.
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?
Here's another demo of the open source background removal and object selection plugin for #Krita.
#ImageEditing #graphicdesign #Photoshop #FOSS #opensource #libregraphics
A recent discussion on open-source Photoshop alternatives (https://mastodon.design/@candidexmedia/114558704815706042) led me down a rabbit hole of image background removal in @Krita.
Turns out there's a fantastic third-party plugin which can accurately select an object inside an image by clicking or drawing a box! ✨
Here it is: https://github.com/Acly/krita-ai-tools
#Krita #FOSS #ImageEditing #graphicdesign #photoshop #libregraphics
🚀 GIMP 3.0.4 Released!
The latest update focuses on stability and performance enhancements:
GNOME Discourse+7Phoronix+7Phoronix+7
Fixed clipboard pasting issues.
Resolved monitor-related crashes.
Improved font loading speeds.
Enhanced non-destructive filter tracking.
UI/UX improvements for a smoother experience.
Dive into the details: https://www.opensourcefeed.org/gimp-3-0-4-released/
GIMP 3.0.4 Open-Source Image Editor Is Now Available for Download with Bug Fixes https://9to5linux.com/gimp-3-0-4-open-source-image-editor-is-now-available-for-download-with-bug-fixes <img alt="GIMP 3.0.4" height="1080" src="https://9to5linux.com/wp-content/uploads/2025/05/g304.we #imageediting #imageeditor #GIMP3.0.4 #GIMP3.0 #Apps #News #GIMP