Thank you to @mobility212 for the suggestions on my post about the older version and helping give ideas on how to clean it up and make it more understandable.
welp, never knew that T-T, this had mainly started as a “I bet I can manage that” when I had to do binary in my class. Thanks for the new info.
Though still, without that block I probably would have gave up and turned it into a “turn this binary string into a list” and stopped it there.
You are welcome :). I have another cleanup suggestion:
I apologize if I have confused you with setting dropdowns to be ([read-only V]::#ff6b81). In the ((1 V) bit::#ff6b81) input, are you planning on allowing the coder to choose a number other than the options you listed in the dropdown (e.g. 1, 2, 3, 4, 6)? If yes, disable “read-only”.
I only told you to toggle “read-only” earlier in your previous topic to remind you of this feature.
I had planned on having it be any number but as of now I’m mainly just working on a way for the 8-bits to be chosen (3-3-2, 3-2-3, and 2-3-3) and on a way to see if the chosen number has an extra bit and assigning it to brightness (four for example being three bit but with the last being brightness).
once I get that done it should be able to be any number, I’m mainly just trying to get it to its best form so it doesn’t break on some numbers
Alright, I’ve changed a few things around and it should be able to accept any number.
Sorry for posting about this again as its only been two months since the last big change.
Ive been working on the Binary into pictures project on and off for a while and have reworked a decent amount of it and added many new features including: Gray scale, CMY instead of RGB, more options for the extra bits, and reworked and faster code. I’m just realizing how short that list of changes is T-T.
Thank you for all the feedback on the last time I posted this
No need to make a new topic if it is about the same project. I merged your topics.
honestly don’t know why I didn’t thank about just adding to this one.
thanks for merging them.
im stuck on choosing between two ways to do CMY monochromes, in normal CMY 100 makes Cyan, the only big difference is that 111 is now black and 000 is white, so the numbers don’t need to be changed.
But while making monochrome options using the same technique all colors are reversed, 1 means off and 0 means on, I don’t know if I should keep it like this since CMY is a subtractive format or change it since it makes son images weird and goes against what little I know about binary.
sorry if I worded this badly, if I need to explain something in more detail I’ll happily do so

