ID: 50f4fd Meme Tools Sept. 27, 2020, 8:08 a.m. No.1069   🗄️.is 🔗kun   >>1070 >>1085

Meme Tools For Digital Warriors

 

ON THIS THREAD:

Memes, graphs, pictures, etc. That contain useful information for Digital warriors.

 

This can be:

 

Newssites, memetools, Threads, videos, etc

 

“How to” memes on memewarfare, social media skills, photoshopping, "Did you know" memes, etc.

 

Drop the results here for easy spreading amongst the anons.

 

Word of caution!

 

Before posting your memes, make sure you:

 

  • checKEKd the link so that it still works

 

  • no need to write http://www. In front of the url on your meme. They will get it without that.

 

  • when you’ve posted something that was wring, pls ask BO to delete post if you cant yourself

 

  • lets discuss on general thread, and keep this clean meme dump thread.

 

Thank you….

Anonymous ID: 50f4fd Sept. 27, 2020, 8:13 a.m. No.1070   🗄️.is 🔗kun

>>1069

 

Meme Makers

 

Recommended Image Size

 

• 1200x1200 for Insta

• 1200x675 for Twitter + Facebook

 

Filetype

 

• Unless it's a transparent-background .png, scalable vector graphics (SVG) drawing, or mainly text, .jpg makes smaller file sizes than .png. How? After creating image, "Export As," select .jpg filetype. To shrink files even more, try 95% quality with no significant fidelity loss.

 

• Text must be readable. If you can't read it, neither can they. Please spell-check.

 

Tools

 

• Instant background removal: remove.bg/

• Online: imgflip.com/memegenerator - kek.gg/draw/ - memematic

• Apps: Gimp, Krita, MS Paint, Photoshop, Inkscape, etc.

• Get fresh new fonts at dafont.com , fontsquirrel.com

 

MEME BOARD

 

>>> https://8kun.top/qrmemes/catalog.html

Anonymous ID: bc45ac Sept. 27, 2020, 12:37 p.m. No.1078   🗄️.is 🔗kun   >>1085

Free online Overlay sites

 

  1. https://overlay.imageonline.com

  2. https://pinetools.com/overlay-images

 

Add meme image

Add overlay image

Adjust transparency (other adjustments)

Save and use

 

Be sure to test on https://images.google.com

Or https://tineye.com

Anonymous ID: bc45ac Sept. 27, 2020, 12:40 p.m. No.1079   🗄️.is 🔗kun

:: Archived camo thread link https://archive.is/hogSX

:: Code from thread below

 

:: 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: bc45ac Sept. 27, 2020, 12:42 p.m. No.1080   🗄️.is 🔗kun

Excel macro (with paint and/or paint 3D ) instructions

 

EXCEL

Open a new Excel document

 

Press Alt + F11 keys at the same time (This opens "Microsoft Visual Basic For Applications")

 

Copy and paste the following macro code snippet of macro code into new window "Microsoft Visual Basic For Applications"

 

‘This is the macro code snippet

Sub RandomShape()

Dim a As Integer

Dim b As Integer

Dim c As Integer

a = 0 ' leave 0

b = 175 ' Adjust how many curves to add

c = 400 ' Adjust how big the shape should be

With ActiveSheet.Shapes.BuildFreeform(msoEditingAuto, 25, 25)

Do While a < b

.AddNodes msoSegmentCurve, msoEditingAuto, Rnd() * c, _

Rnd() * c, Rnd() * c, Rnd() * c, Rnd() * c, Rnd() * c

a = a + 1

Loop

.AddNodes msoSegmentCurve, msoEditingAuto, Rnd() * c, _

Rnd() * c, Rnd() * c, Rnd() * c, 25, 25

.ConvertToShape.Select

End With

Selection.ShapeRange.ShapeStyle = msoShapeStylePreset11

End Sub

‘This is the end of the macro code snippet

 

Alt+Tab back to the Excel Window

 

In Excel click the "View" option at the top to see the "View" toolbar

 

Click the arrow under the "Macros" icon and select "View Macros"

 

Select "Sheet1.RandomShape" in the "Macro Name" box and Click the "Run" button

 

Click on the newly created shape.

 

If desired, Click the "Format" option at the top to see the "Format" toolbar (you must select the shape first)

Click the arrow next to the "Shape Fill" icon and select desired color

Click the arrow next to the "Shape Outline" icon and select desired color

 

Right click on the shape and choose "Copy" to copy it to your other project (Like Paint and Paint 3D)

 

Be sure to save the Excel file as a

“Excel Macro-Enabled Workbook (*.xlsm)

 

This will keep the code snippet in the excel spreadsheet.

 

PAINT

Copy new Shape from Excel

 

Paste into Paint

 

Click off pasted item

 

Click on tiny square on bottom and right edge to resize area.

 

Click ‘File’ from the top menu and choose ‘Save as”

 

Name your file and Click the “Save” button

 

 

PAINT 3D

Open Paint 3D

 

Choose the Menu icon at the top left

 

Choose Open, Browse, (navigate to the NEW shape file)

 

Click the “Open” button

 

 

Choose the Stickers icon at the top left

 

On the right choose the “Folder” icon (Choose your own sticker)

 

On the right choose the “+” plus sign (Add sticker)

 

Navigate to the image File to Update, Select it, and click the “Open” button

 

Resign the added image using the squares at the corner or edges

 

At the right Drag the “Sticker opacity” bar or update the percent.

 

 

Once you are done editing

 

Choose the Menu icon at the top left

 

Choose “Save as” then choose the “Image” icon

 

Navigate to where you will save the new image and click the “Save” button

Anonymous ID: bc45ac Sept. 27, 2020, 12:49 p.m. No.1083   🗄️.is 🔗kun   >>1084

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: 50f4fd Sept. 28, 2020, 2:45 a.m. No.1117   🗄️.is 🔗kun   >>1118

FREE

 

Twitter Video Downloader

https://twittervideodownloader.com/

 

Facebook Video Downloader

https://www.getfvid.com/downloader

Anonymous ID: 50f4fd Nov. 21, 2020, 5:25 a.m. No.3416   🗄️.is 🔗kun

https://tinyurl .com/Art-of-Psych101

 

https://media.8kun.top/file_store/a8d872e2e53d4356676ca575ed663a45eeafae470b1cfdcece8d82b5a5d5f735.pdf

 

https://8kun.top/qresearch/res/11722621.html#11723200