Anonymous ID: aa96a0 Meme Camo Sept. 20, 2020, 11:54 p.m. No.606   πŸ—„οΈ.is πŸ”—kun

Meme Camouflage

 

- Overlays - Covers - Transparencies - 20%ers -

- Online Converters - Scripts -

 

QR Camo Meme Thread

Digital Camouflage - Meme Overlays to Bypass Meme Censorship

Archive: https://archive.is/hogSX

 

 

Please post memes relevant to the thread.

If you can't find a relevant thread, feel free to make one.

 

The idea for the board is to make it quick n easy for anons to find ammo.

If we all post in the relevant threads it'll help.

Here's a Catalog/List of all threads with links to each - >>88

Anonymous ID: aa96a0 Sept. 21, 2020, 12:05 a.m. No.610   πŸ—„οΈ.is πŸ”—kun   >>612

Camo Memes - The latest info and how to

This is a repost of CamoAnon's post >>>/qresearch/10712944 on 09/19/20.

 

Meme camo, get yours, use it, tell others

Anons, we made great progress in creating a simple way to fool AI in order to bypass censorship.

We made a series of (tested) overlays that can be used to convert any meme into a stealth meme.

 

Overlays have been handed out to the normies on social media.

Normies love it and have started using them.

An anon even used an overlay and posted a pedo joe video, it has been 24 hrs and anon still has their account.

 

When using the overlays, we strongly urge you to TEST the new stealth meme on tineye.com before launch on social media, because not every overlay is perfect for your meme. Try a fee. We have enough of them.

 

Will tag overlay collection to this post.

Please use them and tell your friends.

 

Highly controversial pic used to test overlay.

Adding some examples.

Anonymous ID: aa96a0 Sept. 21, 2020, 12:07 a.m. No.611   πŸ—„οΈ.is πŸ”—kun   >>612 >>940

This is a copy of CamoAnon's post >>>/qresearch/10713273 on 09/19/20.

 

>>>/qresearch/10712950

>>>/qresearch/10712944

>>>/qresearch/10712958

>>>/qresearch/10712973

>>>/qresearch/10712981

 

β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜…

Get your Camo

Up your Digital Soldier Game.

Level up!

β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜…

 

The graphics linked above are semi-transparent (.png) overlays.

They have been tested by overlaying on a test image that tineye.com recognizes,

to see if tineye can still recognize the image with the camo overlay.

Only the ones that passed this test are shown.

 

To avoid bans, every time you post an image on social media,

you should make it unique. How?

 

(1) Select a camo overlay

(2) Applying the camo on top of the image

(3) Uploading the modified camoed image to tineye.com to see if tineye recognizes the image.

 

If Tineye.com recognizes the image, the camo is not good.

Try a different camo on that image.

Or rotate the camo, or darken it, or change it in some way, and test again.

Always TEST images before posting on social media.

 

Each image is different:

Dark images may need white camo.

Light images may need dark camo.

You may have to position a certain part of the camo over the face or text of the image.

You can do this by flipping or rotating the camo.

You may have to rescale (change the size/shape) the camo to fit the image.

 

It is trial-and-error. You must learn how to do this, and how to experiment.

 

This is NECESSARY to prevent account bans.

 

Your graphics team has been working hard for several days to develop and test this technique.

 

We should now AVOID using memes that say Q or QAnon.

 

The algorithmic techniques (ImageMagick command line, Excel random grid etc.)

in the Digital Camo Thread >>10660694 PB

are also valid. But whatever technique you decide to use,

TEST YOUR IMAGE ON TINEYE before using on social media.

 

These algorithmic techniques are still under development so don't just grab the first thing in that thread. Read down the thread to find the latest. Things are still being refined. Eventually we should make a clean thread but nobody has had time to do that yet.

 

β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜… β˜…

 

Anon in LB says Twitter's image recognition is far less capable than Tineye's. That may or may not be the case. Our social media warriors have been testing modified images on twitter and have found success with the above camo techniques. On still images AND videos.

 

However, whatever algorithms Tineye has, Twitter can potentially get. So we feel that testing on Tineye is the conservative approach that will be the safest to preserve anons' social media access.

Anonymous ID: d86e14 Sept. 24, 2020, 6:03 p.m. No.873   πŸ—„οΈ.is πŸ”—kun   >>875

As part of the Digital Camo effort >>10660694

FREE Downloadable Camo file

 

https://anonfiles.com/96of53Y8o9/Deploy_Camoplage.xlsm

 

See images

REF 1. Create Q corner overlay

REF 2. Create 3 random overlays (customizable)

  • a. General Flynn Digital Soldier Camo overlay

  • b. Matrix style overlay

  • c. Random curved image overlay

REF 3. Blend your meme with any overlay with transparency

REF 4. Sample Camo

REF 5. Sample Matrix

Anonymous ID: d86e14 Sept. 26, 2020, 5:44 p.m. No.1020   πŸ—„οΈ.is πŸ”—kun

:Code from Archive:

 

 

:: mod_img.bat

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

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

:: Usage:

:: 1. copy the images in an empty folder

:: 2. copy the bat there - it must be called MOD_IMG.BAT

:: 3. Run the BAT file either from a CMD window or just double-click in explorer

::

:: – this will overwrite the originals in the folder, thats why you copy them

:: - can be started multiple times on same images to make more complex patterns

 

@echo off

setlocal enabledelayedexpansion

SET strength=12

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

SET /a angle=%RANDOM% %% 90

SET /a scale=100/%blocksize%

SET /a str=100-%strength%

 

:: Discover the full path of the batch file

set filepath=%0%

for /f "useback tokens=*" %%a in ('%filepath%') do set filepath=%%~a

 

:: You must change this next line to match your BAT filename if it's not called mod_img

set frog=%filepath:mod_img.bat=%

 

:: If run from a CMD prompt, lose the path prefix

echo %cmdcmdline% | find /i "%~0" >nul

if errorlevel 1 set frog=

 

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

echo.

 

FOR %%i IN (%frog%*.jpg) DO magick "%%i" -format %%wx%%h info: %frog%tmp.txt & Set /P imgsize=<%frog%tmp.txt & del %frog%tmp.txt & echo Executing: magick convert %%i -scale %scale%%% +noise Poisson -scale !imgsize! %%i -compose Blend -define compose:args=%str% -composite %%i & magick convert "%%i" -scale %scale%%% +noise Poisson -scale !imgsize! "%%i" -compose Blend -define compose:args=%str% -composite "%%i" & echo.

 

:: If run from explorer, pause so you can see what happened

echo %cmdcmdline% | find /i "%~0" >nul

if not errorlevel 1 pause

 

::Example stand-alone command for reference

:: magick convert input.jpg -scale 10% +noise Poisson -scale 1280x1024 input.jpg -compose Blend -define compose:args=88 -composite output.jpg

 

::Original sources here-

::http://jthnx5wyvjvzsxtu.onion/qresearch/res/10692879.html#10693640

::http://jthnx5wyvjvzsxtu.onion/qresearch/res/10692879.html#10693589

Anonymous ID: b986c1 Sept. 27, 2020, 8:46 p.m. No.1105   πŸ—„οΈ.is πŸ”—kun   >>1106

Random stained glass script

Windows batch file:

https://pastebin.com/MQSWtQpy

Linux shell script:

https://pastebin.com/40z3SK5Y

Pros: Non-deterministic, Twitter can't simply apply our common overlays to their blacklist set and add the results back into the blacklist.

Colored overlay. Cannot be countered by setting the sniffer to ignore tone variation.

Cons: Need to install a dependency (Imagemagick)

Command-line tool. Most memers are graphical and uncomfortable in the command-line world.