Anonymous ID: 680ceb Sept. 15, 2020, 5:06 a.m. No.25538   🗄️.is 🔗kun   >>5540 >>5546 >>5562

>>>/qresearch/10655006

 

I tried to address A in the comments at the top of the code. Not sure about B, the point is to take a known banned image, run the code and generate a unique output. The point was rapid response with no image edit skills required. I took the tribal feedback for the black corners on the night I released it. If people want different options I will respond.

Anonymous ID: 680ceb Sept. 15, 2020, 5:35 a.m. No.25542   🗄️.is 🔗kun   >>5545

Python help:

Just install python, dont worry about pillow website, they confuse it.

Open a command prompt or terminal and type python -V if you get back a version number you can follow the comments at the top of my code at https://pastebin.com/dLFvjM8D

 

If problems provide verbatim (word for word) error or screenshot even better. What os you are using would be good too.

Anonymous ID: 680ceb Sept. 15, 2020, 5:53 a.m. No.25550   🗄️.is 🔗kun   >>5552 >>5553

>>25546

>But bakers can think about where to put something similar in regular /qr/ dough as well.

Bakers can discuss, anon would recommend under the baker tools entry in the template, purely because that was the last code this anon updated.

Anonymous ID: 680ceb Sept. 15, 2020, 6:54 a.m. No.25558   🗄️.is 🔗kun   >>5705

>>25553

Ensure you read comments until line 36 in the pastebin. You need to have an image file that you want to mangle, it needs to be named bantest.png or you need to change line 30 to match the name of the file you want to use, simple names as there is no error checking in there yet. So from a folder (pref that folder is simple named, and in the root [ie c:\qimg] in that folder you need the saved script file and the saved image to magle. In cmd/terminal ensure you are also in the same folder, then run:

python qimg5.py (or whatever you called it, does not really matter) and in that same folder you would get a new image called nobanbantest.png (change the new file prefix in line 33 if you want). Each time this is run the output image should be slightly different. You can play with options like line 24, 27.

 

What I see is that you started python in interactive mode. Probably used -v not -V. we are running python and specifying the script, not starting python then loading the script interactively.

 

Give it more cracks, this anon is about for a bit longer before sleep fagging.