Endless Paradigm

Full Version: [Application Release] Sounge v1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Senseito Sakura Wrote:
boogschd Wrote:coolness :D ...

i didnt know u could code kai ..

good job :p

lol me neither but this is great stuff, is it able to do it the other way yet?

MP3 to PNG, this will be key for "sharing items"!
boogschd Wrote:coolness :D ...

i didnt know u could code kai ..

good job :p

Well, happens that I've done a lot of program/coding for research proyects :D
But my main problem is that i know a little bit of a lot of languages... in some of them not even enough to actually make something... -_-



diego Wrote:
Senseito Sakura Wrote:lol me neither but this is great stuff, is it able to do it the other way yet?

MP3 to PNG, this will be key for "sharing items"!

I'll be working on it, it should be as easy as putting the code upside down :D

however, ill be holding it until i manage to put both apps together... for convenience.. :P
FUCK....

i tried to do it backwards... but its a LOT more complicated than it looked like...

i have to declare the image dimensions before actually saving it as a png, not to mention that the image dimensions are relative to the original filesize... but i can manage that with a simple math operation...
lol you forgot that huh
image dimensions cannot be too large but can be to small by 1 pixel
This works on other formats also :)

Save this as a raw file named ***.mp4 [13MB]

Code:
http://amasora.net/img/test1.png



Save this as a raw file named ***.ogg :) [9MB]

Code:
http://amasora.net/img/test.png


You have to copy and paste the URL's, because of anti hot linking and because the images are kind of big.

Edit:

This will work on any file format, because all your doing is saving a the file in binary as an image.

squee666 Wrote:lol you forgot that huh
image dimensions cannot be too large but can be to small by 1 pixel

yes is did forgot, even though i thought DevIL would assume them... <_<

xero1 Wrote:This works on other formats also :)

Save this as a raw file named ***.mp4 [13MB]

Code:
http://amasora.net/img/test1.png



Save this as a raw file named ***.ogg :) [9MB]

Code:
http://amasora.net/img/test.png


You have to copy and paste the URL's, because of anti hot linking and because the images are kind of big.

Edit:

This will work on any file format, because all your doing is saving a the file in binary as an image.


i was aware of it, hence the reason I said in that in future versions the user will be able to select the output name and file format....
Kaiser Wrote:i was aware of it, hence the reason I said in that in future versions the user will be able to select the output name and file format....

No need for the tone your taking. I was just giving people some samples and pointing it out. Like you did.

Sorry..... :/
Wow you made that quickly!!! O_O

Can it convert the other way round too???
xero1 Wrote:
Kaiser Wrote:i was aware of it, hence the reason I said in that in future versions the user will be able to select the output name and file format....

No need for the tone your taking. I was just giving people some samples and pointing it out. Like you did.

Sorry..... :/

srry if i sounded rude or something... i think i was in a bad mood.. <_<
xero1 Wrote:WFT? O_o ??

[Image: picture1bc8.jpg]

* xero1 is confused
That's not your ZIP application?

WinRAR displays things fine...


Nice application :P  If you want a suggestion, it's be nice to statically link the libraries in, instead of using DLLs.
You could also make a "compressor" (ie MP3 » PNG) and see if it's possible to store the original file extension in some PNG metadata somewhere.

Anyways good work!
Pages: 1 2 3
Reference URL's