SFML community forums

General => Feature requests => Topic started by: Comawhite on July 25, 2008, 08:36:22 am

Title: Small request
Post by: Comawhite on July 25, 2008, 08:36:22 am
Is there a way these two could be possible?
1. PCX Image support?
2. Gentoo ebuild since there isn't one in portage?

And is there a FindSFML for cmake?
Title: Small request
Post by: Laurent on July 25, 2008, 08:55:30 am
Quote
1. PCX Image support?

It's not supported by the library I'm using internally. However, PCX seems to be an old format and is almost not used anymore, is there any reason to use it over TGA or PNG ?

Quote
2. Gentoo ebuild since there isn't one in portage?

Have you checked this thread (http://www.sfml-dev.org/forum/viewtopic.php?t=102) ?

Quote
And is there a FindSFML for cmake?

No, as far as I know.
Title: Small request
Post by: Comawhite on July 25, 2008, 09:08:25 am
Yeah I need it for MD2/MD3 loader and offer both pcx and tga just incase.

Kinda of a shame Qt4 doesn't support PCX or TGA :(
Title: Small request
Post by: K-Bal on September 21, 2009, 03:08:37 pm
I'm working on a MD2 loader, too. PCX support would be great ;)
Title: Small request
Post by: Core Xii on September 21, 2009, 06:31:31 pm
PCX is a very simple format, it wouldn't be hard to write your own loader:

http://en.wikipedia.org/wiki/PCX
Title: Small request
Post by: K-Bal on September 23, 2009, 02:51:49 pm
Nevermind, I got it working with all the images SFML can load ;)