Anonymous ID: 75c832 Sept. 24, 2020, 6:57 p.m. No.27779   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>7783

>>27775

I copied the notes from the expired Camo thread.

>see below for notes

 

do this first

 

>https://imagemagick.org/script/download.php#windows

>During install chack "Install legacy uitilities (eg convert)"

 

 

 

then put this in notepad and save as .bat (e.g. mod_img.bat)

'all files' not 'text document' when you save

 

save in a place easy to acces like desktop, you'll need it later when you open command prompt

 

:: mod_img.bat

 

:: Install dependencies: https://imagemagick.org/script/download.php#windows

 

:: During install chack "Install legacy uitilities (eg convert)"

 

:: Usage: mod_img.bat inputfile outputfile

 

@echo off

 

SET strength=12

 

SET /a blocksize=%RANDOM% %% 10 + 10

 

SET /a angle=%RANDOM% %% 90

 

SET /a scale=100/%blocksize%

 

SET /a str=100-%strength%

 

magick %1 -format %%wx%%h info: tmp.txt

 

SET /p size=<tmp.txt

 

del tmp.txt

 

echo Strength %strength%, Blocksize: %blocksize%, Angle: %angle%, Scale: %scale%

 

magick convert "%1" -scale %scale%%% +noise Poisson -scale %size% -distort SRT %angle% "%1" -compose Blend -define compose:args=%str% -composite "%2"

 

::Stand alone command for reference

 

:: convert input.jpg -scale 4% +noise Poisson -scale 2000% input.jpg -compose Blend -define compose:args=85 -composite output.jpg

Anonymous ID: 75c832 Sept. 24, 2020, 7:09 p.m. No.27797   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>27791

Yeah I donโ€™t do the imagemagick stuff, but plan to try it.

 

The excel file I uploaded to anonfiles is pretty intuitive.

Make random overlays.

Merge with a meme and set transparency.