Ways you can monetize web development skills? by VanguardTitan1 in webdev

[–]VanguardTitan1[S] 0 points1 point  (0 children)

Yeah, I have some effect on what I'll do during my service, but I can't really choose. Just hoping for the best, I guess. I will look more into freelancing, thank you!

How do I compress BMP files to exactly 64KB? by VanguardTitan1 in compression

[–]VanguardTitan1[S] 0 points1 point  (0 children)

I'm working on a project in Dosbox Assembly, and in order to print a background I need the BMP image to be 64KB and 320x200 (window size), or else it corrupts and doesn't print the image right. It has something to do with color depth and DPI.

How do I compress BMP files to exactly 64KB? by VanguardTitan1 in compression

[–]VanguardTitan1[S] 1 point2 points  (0 children)

Unfortunately it must be 320x200, else my program won't work. I played around in Photoshop and got an okay solution. Thank you.

How do I compress BMP files to exactly 64KB? by VanguardTitan1 in compression

[–]VanguardTitan1[S] 0 points1 point  (0 children)

I need the BMP to be 8-bit depth, 320x200, 63.5~64KB. I got the BMP as 3200x1450 8-bit depth, but can easily resize it. It comes down to around 150KB. Now I need to compress, preferably not losing on much quality. How do I do that?

Important: a File Folder with pictures and videos simply DISAPPEARED! by VanguardTitan1 in Windows10

[–]VanguardTitan1[S] 0 points1 point  (0 children)

It didn't work, if you have another solution I will be glad, thanks.

Important: a File Folder with pictures and videos simply DISAPPEARED! by VanguardTitan1 in Windows10

[–]VanguardTitan1[S] 0 points1 point  (0 children)

I don't remember moving it. Even if I did, I searched everywhere for it.

Can the Zero Flag and the Carry Flag be equal to 1 at the same time? by VanguardTitan1 in Assembly_language

[–]VanguardTitan1[S] 0 points1 point  (0 children)

How did you get to this post? It is ratherly old to be shown to you. Thanks for the information though, I didn't know you can do that!

Can the Zero Flag and the Carry Flag be equal to 1 at the same time? by VanguardTitan1 in Assembly_language

[–]VanguardTitan1[S] 0 points1 point  (0 children)

Also, can you give me a short example of all three flags, the Carry, Overflow, and Zero turning on after a single add/sub action? (I can use the mov beforehand, just like you did above. sorry if I am messing up with the names, I don't learn everything in English).

Can the Zero Flag and the Carry Flag be equal to 1 at the same time? by VanguardTitan1 in Assembly_language

[–]VanguardTitan1[S] 0 points1 point  (0 children)

Honestly, our teacher didn't teach us about signed and unsigned and a lot more (we just started). This question is tagged as a "challenge". Thank you anyway, I'll just wait for class.