Search found 17 matches

by Thomas II
Thu Feb 14, 2008 6:03 pm
Forum: Applications - Feedback and Discussion
Topic: Icon-Creator 2.0
Replies: 27
Views: 17968

Andre wrote:Now added to the DeveloperTools section on www.PureArea.net too! :D
thanks :D

I hope I have in the next days enough time to continue programming the Icon-Creator ...
But at the moment, the school has prevail.
by Thomas II
Sat Feb 02, 2008 1:14 pm
Forum: Applications - Feedback and Discussion
Topic: Icon-Creator 2.0
Replies: 27
Views: 17968

Theoretically, it is already possible ...
But I haven't seen such Icons such as 22x22 pixels, yet.
by Thomas II
Fri Feb 01, 2008 6:33 am
Forum: Applications - Feedback and Discussion
Topic: Icon-Creator 2.0
Replies: 27
Views: 17968

Berikco wrote:Any luck with the improvements?
ico and png?
Yes, at the moment I'm working, that my Icon-Creator could do 32bit icons.
by Thomas II
Thu Jan 03, 2008 7:37 pm
Forum: Applications - Feedback and Discussion
Topic: Icon-Creator 2.0
Replies: 27
Views: 17968

thyphoon wrote:Great !
Why not add load PNG with transparency backdrop ?
Well, you also can load PNGs with transparentcy backdrop. But until now, you have to choose the transparent color.
by Thomas II
Wed Jan 02, 2008 6:45 pm
Forum: Applications - Feedback and Discussion
Topic: Icon-Creator 2.0
Replies: 27
Views: 17968

akj wrote:However I have one request: Please enable .ico files to be opened as sometimes a published/downloaded .ico image needs tweaking to change the transparency setting and it would be nice to use your program to do this.
Ok, thanks for testing ...
in my next version i will do it! :D
by Thomas II
Tue Jan 01, 2008 10:00 pm
Forum: Applications - Feedback and Discussion
Topic: Icon-Creator 2.0
Replies: 27
Views: 17968

Icon-Creator 2.0

Hello,
my Icon-Creator 2.0 is ready!

And now it's also available in English language.

Here a screenshot:

Image


And here the Downloadlink
by Thomas II
Thu Dec 06, 2007 6:14 pm
Forum: Coding Questions
Topic: Change Image Depth
Replies: 17
Views: 3852

Derek wrote:What size of files of you thinking of converting. By size I mean dimensions not filesize. :wink:

What size from and to?
Well, the biggest ones have 128x128 pixels.
by Thomas II
Thu Dec 06, 2007 3:42 pm
Forum: Coding Questions
Topic: Change Image Depth
Replies: 17
Views: 3852

Programming is not about copy&pasting, it's about learning and creating. So I would also suggest that you read a paper on dithering, or at least fully read and understand what you are coding / porting. If you don't understand the code, don't bother to use it - that's my general rule and it works at ...
by Thomas II
Tue Dec 04, 2007 6:59 pm
Forum: Coding Questions
Topic: Change Image Depth
Replies: 17
Views: 3852

May I ask why you want to do this? Because if you're looking for a smaller filesize for the image, at 32*32 you're not gaining much by going to indexed colors. Maybe 20-25% at best if you want to keep much quality. It's at the larger image sizes you start to realize big filesize improvements ...
by Thomas II
Tue Dec 04, 2007 2:06 pm
Forum: Coding Questions
Topic: Change Image Depth
Replies: 17
Views: 3852

Does someone have a code example for me?
(Well, i don't really understand, how to do this ...) :cry:
by Thomas II
Mon Dec 03, 2007 9:41 pm
Forum: Coding Questions
Topic: Change Image Depth
Replies: 17
Views: 3852

Change Image Depth

Hello,

I want to convert the depth of a image from 24bit to 8bit ...
Important!: It doesn't matter what colors that are (that needn't be the 256 standart colors); its only important that the image then only have 256 colors.

I tried to do it like this code:
http://www.purearea.net/pb/CodeArchiv ...
by Thomas II
Wed Nov 07, 2007 9:04 pm
Forum: General Discussion
Topic: Icon format
Replies: 8
Views: 2407

Hello,
I need some Information about 24-bit-icons.
In google I haven't found anything, yet.
Can you help me?
by Thomas II
Fri Nov 02, 2007 2:05 pm
Forum: General Discussion
Topic: Icon format
Replies: 8
Views: 2407

I already know this Code ...
Had almost forgotten that he still exists. Thank you!
by Thomas II
Fri Nov 02, 2007 1:41 pm
Forum: General Discussion
Topic: Icon format
Replies: 8
Views: 2407

Thanks, but I know this site, too.
I will read it twice, maybe it will help.
by Thomas II
Fri Nov 02, 2007 9:54 am
Forum: General Discussion
Topic: Icon format
Replies: 8
Views: 2407

Well,
only a little ...
Some other ideas?

I have found this Website: http://flocke.vssd.de/prog/research/dficocur/ but it's not enough.