PDA

View Full Version : AsciiArt Creator



numbat
28th July 2009, 15:52
I started with Qt last week so this is my first little application. It is a color ascii art creator for HTML or bulletin boards. This forum has a a size limit so I won't post an example here. If anybody wants to try it out, the project is attached. I'm trying to learn Qt so criticism would be very welcome.

wysota
28th July 2009, 18:09
Very nice, congratulations!

QPlace
30th July 2009, 01:40
I tried it with jpg.

Line
image = image.convertToFormat(QImage::Format_RGB32);
returns null for jpg that I feed it with. (Windows platform).

numbat
30th July 2009, 13:38
I have no idea why that would happen. The docs don't mention any reasons for QImage::convertToFormat failing. Sorry.

mhoover
30th July 2009, 22:48
Cool. I've tried some free Ascii Image apps before and they either didn't look like Ascii letters or they didn't look like the image. This one seems to look good.

Maybe it has mostly to do with which image you start out with and the resolution.