Howdy all;
Enjoying the hell out of g-force, as I have been for quite a while now. I have two questions:
a) When a background image loads it s "zoomed in"; that is, I can only see the center of the image. How can I see the entire image? Is this interplay between the image rez and the display rez?
b) Can different themes access different folders of images?
TIA y'all,
Thompson
JPEGs zoomed in
Moderators: BTT, andy55, b.dwall, juxtiphi
Re: JPEGs zoomed in
Congressman wrote:Howdy all;
Enjoying the hell out of g-force, as I have been for quite a while now. I have two questions:
a) When a background image loads it s "zoomed in"; that is, I can only see the center of the image. How can I see the entire image? Is this interplay between the image rez and the display rez?
b) Can different themes access different folders of images?
TIA y'all,
Thompson
what size is your desktop set at? if its set at 800/600 it may cause images to appear larger. try a bigger res on your desktop
-
Congressman
- Posts: 4
- Joined: Sun Sep 28, 2008 5:28 pm
Thanks for the reply!
Desktop is very big dim: 1680x1050, and g-force settings to match. I can understand g-force either (a) expanding small jpgs to this dim and those images then looking crappy or (b) g-force not expanding small jpgs to this dim and then looking small. But I also expect g-force to shrink larger jpgs to fit and not just cropping?
TIA,
Thompson
Desktop is very big dim: 1680x1050, and g-force settings to match. I can understand g-force either (a) expanding small jpgs to this dim and those images then looking crappy or (b) g-force not expanding small jpgs to this dim and then looking small. But I also expect g-force to shrink larger jpgs to fit and not just cropping?
TIA,
Thompson
-
Congressman
- Posts: 4
- Joined: Sun Sep 28, 2008 5:28 pm
After a moments reflection, I think I know what's going on. G-force is stretching images to fit the window/full-screen width, and then cropping top and bottom.
If so, two solutions are (a) tell g-force to fit only to top&bottom and to fill the rest black or (b) hand-crop each photo to ensure that height is always greater than or equal to width.
I'd rather that g-force just change it's display behavior. Anyone?
Thompson
If so, two solutions are (a) tell g-force to fit only to top&bottom and to fill the rest black or (b) hand-crop each photo to ensure that height is always greater than or equal to width.
I'd rather that g-force just change it's display behavior. Anyone?
Thompson
- JayPro
- Posts: 738
- Joined: Sat May 01, 2004 10:51 pm
- Location: Huntington Station, Long Island, New York
JayPro wrote:Try going into your Sprites folder and look for the (Default).txt doc.
Then look for a section called Flags. This will tell GF how to display your sprites. AT the very end of each flag value statement, you will see a double-slashed number.
If you want GF to apply more than one behavior to your pics, *add the doubleslashed numbers for each effect and place its value in the Flag="" parameter.*
For instance, if your intent is to make every image you have fit on-screen:
"k_ParticleFlags_ShrinkToFit" //1
and
"k_ParticleFlags_EnlargeToFit" //2
"k_" " "_MaintainAspect" //4
therefore, Flag="7".
If you wish your pics to exhibit other behavior types as supported by the Flag parameter (i.e. don't crop, masking/blending, threshold copy...whatever that is), simply add the //# values on top as well.
I hope this helps.
"God is syntax."
-
Congressman
- Posts: 4
- Joined: Sun Sep 28, 2008 5:28 pm