User forums > Nightly builds

The 06 february 2006 build is out.

<< < (3/4) > >>

thomas:

--- Quote from: Ceniza on February 07, 2006, 02:56:15 am ---How difficult would be to resample the images but add the text later so no text resampling occurs?

--- End quote ---
Yes, I've been thinking about that, but haven't figured a 100% good way yet. Generally a good idea, but very difficult, as you can see in your sample. The text size and alignment is not correct any more. That's probably because you made that text in Gimp, and it uses slightly different font sizes (or hinting, or a different antialiasing setting, or whatever). It is not impossible to get it right, but it is hard.
The only solution that might work and be relatively painless at the same time would be to produce two layers from the same source at different resolutions and composite them later. But that brings us to the problem of positioning the upper layer pixel-correctly (possibly sub-pixel). Also, no matter what you do, you have to do everything at least twice, since the font in the title image has yet another size. I try to reduce those manual steps using Gimp and the like to a minimum, because ImageMagick runs from a script and so the suite of 3 images can be reproduced with one double-click if you make a change to the layout. It takes a long time to set up and figure out initially, but I think it is worth the effort on the long run. If someone wants the background to be aquamarine tomorrow, it takes 10 seconds to do that. With many manual steps in between, it takes 15-30 minutes to try out even a tiny change.

thomas:

--- Quote from: Ceniza on February 07, 2006, 03:36:33 am ---P.S.: I'm getting a higher compression ratio for PNG with GIMP (276 KiB vs 82.4 KiB) for splash_new.png with no changes. What about using it to save PNGs for Code::Blocks?
--- End quote ---
16 bits per channel ;)
Using 8 bpp, I get similar results.

mmkider:
Astyle plugin error?
I used this plugin,and I got a whole space without original code.
What's happed?

Ceniza:
mmkider: I just tried that plugin and it seems to be working fine. Could you try again?

Could anyone else verify this?

thomas:

--- Quote from: Ceniza on February 07, 2006, 03:12:00 pm ---Could anyone else verify this?
--- End quote ---
I invoke AStyle about 40-50 times per day, don't notice anything unusual.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version