Search found 620 matches

by BrotSagtMist
Wed May 01, 2024 2:09 pm
Forum: General
Topic: Image format size pickle
Replies: 15
Views: 479

Re: Image format size pickle

Yes knorke i know how masks work and they are in consideration, i just dont like using them for this tasks.

I just tried optipng, that sounded promising, i was looking for exatly that, BUT it only reduced the 10.8mb file to a lousy 10.4mb which is even worse than having gimp do it. :crazy:
by BrotSagtMist
Wed May 01, 2024 1:26 am
Forum: Support and Development
Topic: I always get this error code
Replies: 1
Views: 120

Re: I always get this error code

" squarex = squarex + square * dt"
This line makes no sense whatsoever. Yure multiplying by a table.
by BrotSagtMist
Wed May 01, 2024 12:18 am
Forum: General
Topic: Image format size pickle
Replies: 15
Views: 479

Re: Image format size pickle

Linking a thread where myself posted "i am doing the same" :D Yea i can drop in a thread loading lib, but i dont think this fits how this tool is working. The end result is kinda supposed to look like a loot room in doom. Students will upload a picture of their paintings or sculptures and ...
by BrotSagtMist
Tue Apr 30, 2024 4:23 pm
Forum: Games and Creations
Topic: Abtastorgan - a qwop speed puzzler
Replies: 4
Views: 197

Re: Abtastorgan - a qwop speed puzzler

Good job, its a headache generator.
by BrotSagtMist
Tue Apr 30, 2024 4:11 pm
Forum: General
Topic: Image format size pickle
Replies: 15
Views: 479

Re: Image format size pickle

Okey first of, none of these ideas is a simple drop in. It means i have not oeverlooked something stupid easy. That is good to know, thanks. Okey number wise i just realized the problem is bigger than a thought. The same file that as a jpg only takes 620kb is 10.8mb as a png. Even when removing colo...
by BrotSagtMist
Sat Apr 27, 2024 10:32 pm
Forum: General
Topic: Image format size pickle
Replies: 15
Views: 479

Re: Image format size pickle

Hm i used the command given in the link but the result is only margnially smaller as png.
Plus, the wiki says this is for desktops, my target is an rpi device, this maybe wont work.
Ill try getting better numbers when i have some time, but so far this doesnt look like the way.
by BrotSagtMist
Fri Apr 26, 2024 8:41 pm
Forum: General
Topic: Image format size pickle
Replies: 15
Views: 479

Image format size pickle

So i am currently working on something that needs a shitton of photos. I will also require transparency. Now the problem is if i save my files in png format the project easily hits a few gb in size. If i save in jpg it cuts the size by about 70% without quality drop, but it doesnt have transparency....
by BrotSagtMist
Tue Apr 23, 2024 1:19 pm
Forum: Support and Development
Topic: Grid based movement
Replies: 3
Views: 235

Re: Grid based movement

What do you even mean with not work?
Runs here, moves.
by BrotSagtMist
Tue Apr 16, 2024 5:56 pm
Forum: Libraries and Tools
Topic: Rasterizing polygons into images
Replies: 5
Views: 1269

Re: Rasterizing polygons into images

Cool tutorial, thanks for the effort.
by BrotSagtMist
Wed Apr 10, 2024 1:22 pm
Forum: Support and Development
Topic: Weird error for a function that is correct.
Replies: 10
Views: 1653

Re: Weird error for a function that is correct.

Just adding: Youre trying to set a bolean using if cases on a bolean. Thats just adding extra steps, if you dont have anything else that uses it just do it in one go: if (0 > platformer.a.corner_lb_x) and (0 < platformer.a.corner_rt_x) and (platformer.y > platformer.a.corner_lb_y) and (platformer.y ...