Please sign in to access this page

File2Img

File2Img Used AI

7 devlogs
10h 3m
•  Ship certified
Created by _FN10_

Convert file(s) into images! And audio! (might come out) Made for iframe

Timeline

Ship 2

1 payout of shell 6.0 shells

_FN10_

29 days ago

_FN10_ Covers 3 devlogs and 1h 51m

well i somehow managed to break the github repo... but the demo is ready, time to reship

Update attachment

added a size selection mode.

next is the batch mode

Update attachment

added a new mode real quick, PureByteAlt, which instead of turning bytes into RGB, it makes them HSV, (so red is hue, green is saturation, and then green is the other thing)

Update attachment

Ship 1

1 payout of shell 26.0 shells

_FN10_

about 2 months ago

_FN10_ Covers 4 devlogs and 8h 11m

im finished single file mode, here is intensity mode, with brightness sorting (only working one)

Update attachment

Ok, almost ready to ship (at least 1st ship)

I just need to do some other stuff before i do.

Update attachment

So the program has its first method, Pure Byte.

Methods are selectable before you convert a file, and they change the way the image is made.
Pure Byte goes through the file in 3s, and each byte is one colour channel. Then it goes through each pixel and sets the colour to the 3 bytes.

The image attached is an example of what it looks like

Update attachment

Ok, ive decided to use javaFX, so i have to learn it.

Ive got a window though

Update attachment