Login
Discover
Waves
Communities
Login
Signup
Topics
#imagemagick
Global
Trending
Hot
New
Top
#imagemagick
New
Top communities
Create your community
latest #imagemagick created topics on internet
fajar.purnama
computers
2020-10-22 02:38
Compress Multiple Image using Windows Resizer and Image Magick Linux
Utility A few days ago, I converted a handbook about maintaining Gumbrih Village's blog that I made during community service program in my Bachelors in 2014 into a blog post or webpage. Other than to fill
$ 4.533
551
1
niyoseris
python
2019-12-23 18:07
Python script to crop A3, A2, A1, A0 sizes of documents to A4
Getting print of an A3, A2, A1 or A0 size of image may not easy. Most printers uses A4 document size as standart. Here is a simple cropper in python to crop your images into A4 size image files to help
$ 0.000
1
1
hagengraf
imagemagick
2019-02-11 07:30
Bilder mit ImageMagick auf der Kommandozeile bearbeiten
Vor etwa 30 Jahren wurde das Projekt ImageMagick gestartet. Es handelt sich dabei um eine freie Software, die Bilder per Kommandozeile bearbeiten kann. Die Funktionen reichen vom Zusammenfügen mehrerer
klippengeist
deutsch
2018-06-09 22:00
[linux][bash] Mal eben ein paar Fotos verkleinern mit der Kommandozeile...
Imagemagick macht's möglich... Stay updated & follow me on steemit: free images, art, linux, seo & more… Es sind die kleinen alltäglichen Herausforderungen, die mir aufzeigen, wie weit ich inzwischen
dead-pets
dead-pets
2026-06-23 13:03
Promoted
011. Holy Pet
Dead Pets Society is a passion project of @honeydue and @godfish. It is about yearning for the other. About the desire to subvert meanings and look at the world through different eyes. To see things anew.
klippengeist
steemit
2018-05-27 20:48
[english][linux][bash][imagemagick] how to convert a picture size in linux easily
I confess: I'm a Linux guy... ~:-) I'm working with Arch Linux for a few years now having quite a lot experiences with other Linux distributions before and I always wonder why tasks can be done so easy
www4232cf
synfig
2018-02-20 02:17
!
New account with an unverified outbound link, Reveal content
Pixicast 20170930
Trabajo de unos días creando algunos tomas de la escena 7
cutemachine
blog
2018-01-31 06:41
How To Stitch Images Together With ImageMagick
In this mini-tutorial you will learn to stitch images together. We will do the stitching with a tool called ImageMagick. It is a great tool, but it is not the most intuitive program on the planet. Installing
alanzheng
cn
2017-11-14 03:16
使用python批量更改图片尺寸
批量把当前目录下的jpg文件的宽度改为1920 import os import glob import subprocess files = glob.glob('*.jpg') for file in files: fname, fext = os.path.splitext(file) cmd = "img_cv -resize 1920x "+ file + "