matthias · @m_b
124 followers · 396 posts · Server nerdculture.de


Daumenkino-Druckwerkstatt.
GUI geht auch in Tcl/Tk schlicht und schick.

#okmq #workshop #tcl #imagemagick #ffmpeg

Last updated 1 year ago

ck 👨‍💻 · @ck
83 followers · 223 posts · Server noc.social

When you've got a bunch of pictures which need resizing, are you going to open each picture with an image editor and resize it - or do you use a for loop with on the command line and save a lot of time?
claudiokuenzler.com/blog/1344/

#linux #imagemagick

Last updated 1 year ago

Hernán De Angelis · @hdeangelis
0 followers · 2 posts · Server mstdn.social
Hernán De Angelis · @hdeangelis
0 followers · 1 posts · Server mstdn.social
nev · @nev
1336 followers · 19197 posts · Server bananachips.club

i just wanted to show off my setup…

the script:
screenshot=~/Pictures/Screenshots/Screenshot\ from\ "$(date '+%F %H.%M.%S')"
sudo fbcat > "$screenshot".ppm
mogrify -format png "$screenshot".ppm

i really wanted something more compact than that, but you see how it's tricky?

#tmux #bash #imagemagick #linux #computeing

Last updated 1 year ago

nev · @nev
1336 followers · 19191 posts · Server bananachips.club

Okay aficionados: how do i tell computer "convert timestamp.png timestamp.jpg" *without having to type the second filename out*?

Like a shortcut for "whatever that first filename was, without the extension" so I can just do "convert timestamp.png $SHORTCUT.jpg"?

The filename is the timestamp (to the second) when it was created, so I do not know it ahead of time.

#bash #imagemagick #linux #computeing

Last updated 1 year ago

BigEatie · @BigEatie
63 followers · 480 posts · Server fosstodon.org

I'm trying to get commutative diagram previews using with in . dvipng doesn't seem to play nice with tikz, so I switched to . Unfortinately, the "frame" created to hold the imagemagick preview is huge, and I can't figure out how to get it sized correctly. Any advice would be appreciated. See the attached images to see what I'm talking about (the imagemagick preview is so large the lorem ipsum paragraph isn't even in view, and its not left-aligned)

#latex #orgmode #tikz #emacs #imagemagick

Last updated 1 year ago

꧁~MärchenCea~꧂ · @alcea
46 followers · 3433 posts · Server pb.todon.de

Hmm ?

Hello

#coalesce #imagemagick

Last updated 1 year ago

matthias · @m_b
124 followers · 390 posts · Server nerdculture.de

Erste Programmskizze für Daumenkino-Druck aus Video in PDF für die Kids beim nächsten Trickfilm-Workshop.
Läuft, wird noch schicker hoffentlich. :)

#tcltk #ffmpeg #imagemagick

Last updated 1 year ago

matthias · @m_b
124 followers · 390 posts · Server nerdculture.de

Erste Programmskizze für eine Daumenkino-Montage aus Video in PDF. Muss bis zum nächsten Workshop auf Linuxrechnern für die Teamer:innen grafisch ausführbar sein.

#tcltk #ffmpeg #imagemagick

Last updated 1 year ago

katzenberger · @katzenberger
220 followers · 2055 posts · Server social.tchncs.de

Does anybody know what happened to 's scripts? The website has been down for weeks now ("Account suspended"), but I can't seem to find any news about it.

fmwconcepts.com/cgi-sys/suspen

#fred #imagemagick

Last updated 1 year ago

Dave Rahardja · @drahardja
1301 followers · 6064 posts · Server sfba.social

Hey users, how do you stack two images of different sizes together, so that they are both centered in the frame?

#imagemagick

Last updated 1 year ago

Pohokolius · @pohokolius
4 followers · 34 posts · Server mastodon.cloud

My latest track has been released: DODOLA

Beats per minute (BPM): 128
Loudness: around -13 LUFS

Song and cover were created in using studio and

Track webpage: xn--80a5ai3dd.xn--d1at.xn--90a

I still have no idea what I am doing 😄️

#electronicmusic #fedora #gimp #bitwig #imagemagick

Last updated 1 year ago

guilherme :debian: ☕ · @ghjardim
46 followers · 579 posts · Server linuxrocks.online

A few months ago, I thought about binarizing a mildly complex color image to black and white before ordering it to be printed on a t-shirt. By doing this, I can save a few bucks, since the cheapest print is black on a white t-shirt.
I'm glad to see that I can do binarization via in a unix way!

$ convert inputfile -threshold xx% outputfile

where xx is a number from 0-100, should binarize through .

#freesoftware #imagemagick

Last updated 1 year ago

OSiUX · @osiux
161 followers · 150 posts · Server rebel.ar

Creación y edición de imágenes sin usar un editor gráfico, directamente desde una consola.

osiux.com/imagenes-magicas-ima

#blog #consola #design #imagemagick #terminal #tty

Last updated 1 year ago

i wonder how difficult and CPU intensive it would be to add a component like to and image upload processor...

Like, take you federation post, when you attach media, could glaze or or even process the upload? Users could opt-in or out to having protections applied to an upload. I get that it's an AI arms race now, but i guess this is the next actionable option?

#glaze #imagemagick #ffmpeg

Last updated 1 year ago

· @dasgrueneblatt
411 followers · 5867 posts · Server wien.rocks

The trap was set up wrong and took a picture every 5 seconds, with or without movement detected. 🤦

I want to the images to see if there's accidentally anything interesting in there. I'm not going to look at them, I have computers here, and they're supposed to be good at this kind of thing.

Currently reading about . :masto_reading:

The files have a natural chronological order, so I'm thinking of comparing each file to the next one. If the difference is above a threshold (which one?!), I might look at the second image myself.

Any other suggestions?

#camera #analyze #imagemagick #compare

Last updated 1 year ago

Zac · @zachariah
77 followers · 244 posts · Server mas.to

@NoraReed @Jo

I bet could do it. It can be used via command line or scripted.

imagemagick.org/

#imagemagick

Last updated 1 year ago

The fool · @thefool
2 followers · 30 posts · Server piaille.fr

Convertir une série de fichiers svg vers du png :

for file in *.svg; do inkscape -z -o "${file%.svg}.png" -w 300 -h 300 "$file"; done

La solution avec convert de donnait étonnement des images floues, du genre upscaling, ce qui est étonnant sur une source svg.

Solution obtenue en proposant à et après un premier essai où il utilisait des paramètres dépréciés.

#imagemagick #inkskape #chatgpt #bash #linux

Last updated 1 year ago

AskUbuntu · @askubuntu
138 followers · 1871 posts · Server ubuntu.social

Need help fixing Ubuntu Apache2 / PHP installation (need ImageMagick module) #1804

askubuntu.com/q/1474640/612

#drivers #imagemagick

Last updated 1 year ago