ASCII2PIXEL 1.1 (FR - UK and DE now)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

ASCII2PIXEL 1.1 (FR - UK and DE now)

Post by ar-s »

Image

Transform your txt (html,php,pb...) files into .bmp file.
A 1280x1024 picture can contain more than 3.9M characters!

Software : Stegano
Os : XP (non test on vista but should work)
Version : 1.1
Language : US - DE - FR
Standalone : Yes
Size : 85 ko

New 1.1

> A Major BUG Fixed. Now you can encode very long text without decode shift text problems
> Adding a button for update, no more automatic update.

New 1.0.5b2

Hinzufügen der deutschen Sprache


Sorry if there is some mistakes in language but i don't speek deutch, i have do my best. :wink:

New 1.0.5

I have rewrite all language procedures so now, you just have to choose a language at the first launch.

If someone want to translate english to german or french to german, MP me.

Link HERE

EnJoY :)

Big up to Dobro for his precious help !
Last edited by ar-s on Sat May 17, 2008 4:58 am, edited 4 times in total.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Re: ASCII2PIXEL 1.0

Post by AND51 »

ar-s wrote:Transform your txt (html,php,pb...) files into .bmp file.
Not tested yet, but why don't you use UseJPEGImageEncoder() and UsePNGImageEncoder()? Does it hurt?
This makes your program able to reduce file size of the image:
3.9 MB / BMP => 100 KB or less / PNG+JPG
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

I've got some problems with PNG but i'm on it..,
JPG is dectructive format so that is unfortunatly not possible with this code.
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post by #NULL »

as someone mentioned in in your other thread: my sys-language is german, but your prog shows in french.
when i tried to load a txt nothing happened :?

..it doesn't work if the txt file is readonly.
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

oh shit,
i'm gonna make an .ini file with languages, that will be easier.
Sorry for that, my XP is in french so i haven't try in other languages
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

Ok new release is online,
no more language problems. :P
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post by #NULL »

the captions of the buttons for converting should be vice versa (english) :lol:
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

#NULL wrote:the captions of the buttons for converting should be vice versa (english) :lol:
I was not sure ^^
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

---1.0.5b2 ---

Hinzufügen der deutschen Sprache !
User avatar
ar-s
Enthusiast
Enthusiast
Posts: 344
Joined: Sat Oct 06, 2007 11:20 pm
Location: France

Post by ar-s »

---- Big Update : 1.1 ----
> Majour and minor bug fixed.

Enjoy this one, this is probably the final release. :P
Post Reply