Hi all,
excelfag here
2nd time hereโฆ
Hi all,
excelfag here
2nd time hereโฆ
Hi
Will do.
Ok
I see a post on filtering every so often.
How to use regex in comments and stuff
I didnโt feel it was part of the baking process but making sure.
Also noticed the camo thread expired.
I think it was good for 2 weeks or so.
Makes sense
I found thread
https://8kun.top/qrmemes/res/606.html
and posted my excel stuff there.
https://anonfiles.com/96of53Y8o9/Deploy_Camoplage.xlsm
Any feedback or ideas welcome.
I just do the excel stuff, if I come across the imagemagick anon I will talk to him about a new thread.
The last tests they were doing passed against tineye.
I saw a post of the โhow tooโ on Twitter too.
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
Sorry that was a lot of text.
Reading the code from the post on Twitter appears to just add the corner squares.
The code added here it how they merge a meme with the transparent overlay.
Both work on tineye.
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.
Later everyone.
Thanks teach
Would a category for meme overlays be worthy?