Version 2.6.3.6 Changes(3/10/2008)
- ADDED an option to fill the center-tiling offset spaces by stretching the image a bit... but as I thought... without a good resizing filter, the images look like crap... Well... some images are ok looking, without any noticeable jaggedness, but most do... I'll leave this option here in case I get a better resizing filter later on.
- ADDED code to really scale small images. Somehow... that bit of code was missing?... probably I never really thought about it much and didn't write it so now I have written it. ^-^
- ADDED code clause to make the image be stretched if the image size ratio is equal or similar to the screen aspect ratio.
- CHANGED the checkbox sizes since it would not show all of it when the program was running, even though in the resource editor it would show all of it.
- CHANGED Screen Ratio Calculation. It now actually calculates the screen ratio given screen width and screen height. Before, I hadn't had the need to do it since I was using a 4:3 screen ratio... and then some files were at 5:4 screen ratio so I thought that was all... until I got my new laptop... 16:10... -_- Oh well... now it calculates the ratio and now it seems that the centering calculation got fixed by this. ^-^
- CHANGED the default location pick chance from 0 to 100. Now, it's set to 100% by default. ^-^
- CHANGED the GetRandomNumber a bit... just made it return 0 if the MaxLimit number was less than 0.
- FIXED Incorrect Tiling offset code. The original idea was that if Windows considered the image to be fit for tiling across the screen, then my app would see if it could tile it a bit better in a neat way, but there are some images that my app would tile, but Windows would not consider them to be fit for tiling, thus my app would not calculate the offset right, which ended up not including the offset when center-tiling some images. Now, that's fixed. All I did really, was to remove the dependency check for whether Windows wants to tile the image or not. So now it doesn't matter whether Windows wants to tile the image or not, my app will calculate whether it is fit for tiling by itself. lol~ ^-^
- FIXED Previous List code. It was giving me errors at times when the list was full, so I fixed it... hopefully it works alright now. ^-^
Monday, March 10, 2008
Friday, March 7, 2008
Any suggestions?
Hmmm... it's been a while since I've updated this program... well... not really. -d-;; I've already made 4 changes to it... but they're changes and not additions to it. It's my personal policy to make a release once either I manage to do 10 changes/fixes or I have at least made 1 addition + some changes/fixes to the program... so right now I'm waiting to add something to it... but I don't know what to add? @o@ ... I guess I've got no choice but to add functionality to get images from flickr and stuff... been trying to avoid doing it since it looks too complicated to do... not that I've looked into it... *sigh*... at this rate... who knows when I'll feel like looking up info to add that functionality... in the mean time... I wonder if there is nothing else (something simple? =P) to add... *sigh*
Subscribe to:
Posts (Atom)