img2ascii v1.07

Developed or developing a new product in PureBasic? Tell the world about it.
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

img2ascii v1.07

Post by Snoop0304 »

Image

~ a program, which converts images to ascii's

~ Download

Changes v1.07:
- [changed] menu
- [added] default options
- [added] a save-requester pattern addition
- [fixed] bug in text-conversion
- [fixed] bug in gui with win2k or winxp without skins
- [fixed] another gui addition

Changes v1.05:
- [added] font-size
- [added] char-distance x,y
- [added] gui-changes
- [added] several small fixes
- [fixed] gui
- [fixed] bug in image-conversion
- [fixed] bug in html-conversion

Changes v1.03:
- [added] image-rotation
- [added] output-size in pixel will be shown
if it is to large -> colorized red and the conversion will not start
- [added] option "Delete output file(s) when exit"
- [added] greetz in about-requester
- [added] several fixes & small additions
- [extended] menu -> configuration
- [extended] extended help -> help
Last edited by Snoop0304 on Mon Aug 27, 2007 9:58 am, edited 4 times in total.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: img2ascii v1.0

Post by PB »

I love these types of apps. :)

Two suggestions for the next version:

(1) Allow drag-and-drop of an image onto the preview window, so we don't
have to use "File -> Load Image".

(2) Allow saving of the outputted image, instead of deleting it when the app quits.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Re: img2ascii v1.0

Post by Snoop0304 »

Thx. :)
PB wrote:(2) Allow saving of the outputted image, instead of deleting it when the app quits.
This is already implemented, or how do you mean that?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: img2ascii v1.0

Post by PB »

Oops, I can't believe I missed that. :oops:
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Re: img2ascii v1.0

Post by Snoop0304 »

PB wrote:Oops, I can't believe I missed that. :oops:
No problem! ;)
Last edited by Snoop0304 on Sat Aug 18, 2007 6:21 pm, edited 1 time in total.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: img2ascii v1.0

Post by PB »

I'll explain why I missed it (so you don't think I'm stupid): I saw the output
file in the app's folder, and assumed it was automatically saving itself there,
and then it kept deleting when I exited the app. I never looked at the File
menu properly, except to open a file. :) I was too concentrated on the app's
folder instead of the app itself. A "missing the forest for the trees" situation.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Post by Snoop0304 »

Ok, then i will add an option "Delete output file"... so everybody can choose if he (or she ^^) keep this/these file(s).
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

I've just ran the program with 'open coverted file' ticked but I'm not getting anything shown nor am I getting a file saved in the directory of the source picture.

Is there a limit on the size of the jpg that can be used or something?

Edit. Ok. My mistake, I expected the file to be opened without having to save it first.
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Post by Snoop0304 »

img2ascii v1.03 released!

Changes v1.03:
- [added] image-rotation
- [added] output-size in pixel will be shown
if it is to large -> colorized red and the conversion will not start
- [added] option "Delete output file(s) when exit"
- [added] greetz in about-requester
- [added] several fixes & small additions
- [extended] menu -> configuration
- [extended] extended help -> help
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Post by Snoop0304 »

img2ascii v1.05 released!

Changes v1.05:
- [added] font-size
- [added] char-distance x,y
- [added] gui-changes
- [added] several small fixes
- [fixed] gui
- [fixed] bug in image-conversion
- [fixed] bug in html-conversion
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

When I exit the program it deletes the output file.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Post by Snoop0304 »

GeoTrail wrote:When I exit the program it deletes the output file.
Yes, but if do not check the checkbox/option "Delete output file(s) when exit" they won't be deleted. Otherwise you can save an image over the menu "File -> Save Ascii as an Image". ^^
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Aa I see.
Great work btw :)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Post by Snoop0304 »

GeoTrail wrote:Great work btw :)
Thx! 8)
Snoop0304
User
User
Posts: 45
Joined: Wed Jul 12, 2006 7:57 pm
Location: Germany
Contact:

Post by Snoop0304 »

img2ascii v1.07 released!

Changes v1.07:
- [changed] menu
- [added] default options
- [added] a save-requester pattern addition
- [fixed] bug in text-conversion
- [fixed] bug in gui with win2k or winxp without skins
- [fixed] another gui addition
Post Reply