NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 69 70 71 72 73 … 93 Next »
My Pictures 3 alpha

 
  • 0 Vote(s) - 0 Average
My Pictures 3 alpha
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#21
2005-07-12, 12:20 PM
reven Wrote:ill add the movement percentage (or pixel amount, however ive done it, i cant remember off the top of my head) to one of the controls in the settings panel (just look at settings in the alpha 2 release), it will be a slider like the width/height and slideshow interval controls.

What you actually want to do with panning whilst zoomed is to move by a proportion of the originals width and height parameters.

e.g if the original width is 760 pixels then the panning could be 76 pixels at a time. If the width is 400 pixels (you are zoomed in) then the panning should be more like 40 pixels at a time.

Alter the absolute panning values (in my code for example) to a percentage of the width (or height) values. You could set the percentage panning value in the config program.
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#22
2005-07-12, 03:04 PM
reven Wrote:yeah the aspect ratio correction wasnt working in that release, its working in the alpha 2 release.
Great! I'll have to try that. Do I go to the same link?

reven Wrote:you can use skip/replay (ctrl-right, ctrl-left) to jump to the next picture at any stage.
Great also!

reven Wrote:ill add the movement percentage (or pixel amount, however ive done it, i cant remember off the top of my head) to one of the controls in the settings panel (just look at settings in the alpha 2 release), it will be a slider like the width/height and slideshow interval controls.
Any type of adjustability would be a great improvement. I would approximate it to be about 4-8 times coarser would be nice.


Also, I havent tried it yet, but what happens with the aspect ratio if you adjust it for a 4:3 picture, then view a 3:2 picture? Or even a square one?

Others have mentioned it, but I haven't tried it yet.

About half of my digital camera pictures are 3:2. 4mp 2448x1632
the rest are 4:3 1.3mp 1440x1080 or 5mp 2576x1932
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#23
2005-07-12, 03:22 PM
reven Wrote:my pictures 3 alpha 2
fixed
- the bug that required you to have more than one virtual root element
- image width/height ratio now work correctly (so can adjust images so people dont look super fat or anything)
- some other bugs

Looks good but I'm getting some big errors. One error when I'm trying to navigate a folder with 20 or so pics, I get an error "Failed to load resource from resource file please check your setup". When I press enter (or ok) GBPVr crashes. This is not a consistant failure.

Another problem in when I open a folder in my pictures (20 to 30 3.1mp images) GBPvr hangs.

Am I the only one?

Please note this is not on my Main PVR its on my laptop:
1.8 Pentimum M
512mb ram
WinXP Pro
30g HD
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#24
2005-07-12, 04:08 PM
A_Brass Wrote:Looks good but I'm getting some big errors. One error when I'm trying to navigate a folder with 20 or so pics, I get an error "Failed to load resource from resource file please check your setup". When I press enter (or ok) GBPVr crashes. This is not a consistant failure.

I did some more testing this error only happens with 2 folders. It's does not appear to be a problem with the amount of pic's in a folder or the size of the pic's. It might be a bad file. Although I cant seem to find one.

Also the transitions seem to slow things down a little especially the first time its rendered. Will it be an on/off option in the "setup" menu? And finally is the "copy images" going to make into a Alpha release? I would love to try it.

Thanks for a great plugin.
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#25
2005-07-12, 09:25 PM
Heyt
Quote:But i found two problems:
1. When you change the aspect ratio in the submenu (by the way looks really nice) it will only effect non rotated and 180° rotated images. Whenever you rotate by 90° to any direction the aspect ratio turns back to 100% for both.
you are right.

Quote:2. The EXIF thing: In gerneral the reading of the EXIF data seems to work, but the images which should be rotated behave really strange. First the obvious thing they are not rotated!. And now the a bit strange thing on the remote the button for the rotation that is needed is deactivated (means if picture needs a rotation by 90° to the left the red button has no effect any more). And the other button will rotate the image by 180°.
all the images you sent me are rotated the right way around for me, the thumbnails are the right way around, the preview is the right way around, the fullscreen is the right way around, the only problem is rotating with the red/green button. try it on the photos you sent me, and if they work send me the ones that dont (you only sent me photos with 2 orientations (well 3) and exif has like 8 different orientations).


smeghead
Quote:What you actually want to do with panning whilst zoomed is to move by a proportion of the originals width and height parameters.

e.g if the original width is 760 pixels then the panning could be 76 pixels at a time. If the width is 400 pixels (you are zoomed in) then the panning should be more like 40 pixels at a time.

Alter the absolute panning values (in my code for example) to a percentage of the width (or height) values. You could set the percentage panning value in the config program.
yeah i changed the panning in the code you sent me, since if you zoomed in it was jumping you couldnt move in small enough increments for me. i think i use 30/zoomfactor to get how many pixels to move.


Pioneer4x4
Quote:Also, I havent tried it yet, but what happens with the aspect ratio if you adjust it for a 4:3 picture, then view a 3:2 picture? Or even a square one?
they should work fine, aslong as their resolutions are 3:2 not 4:3.

A_Brass
Quote:I did some more testing this error only happens with 2 folders. It's does not appear to be a problem with the amount of pic's in a folder or the size of the pic's. It might be a bad file. Although I cant seem to find one.
can you email me the pictures, ill pm my email address to you.

Quote:Also the transitions seem to slow things down a little especially the first time its rendered. Will it be an on/off option in the "setup" menu?
ill add an option to turn off transistions in the settings menu.

Quote:And finally is the "copy images" going to make into a Alpha release? I would love to try it.
this is the last thing on my list, so wont be a while yet.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#26
2005-07-12, 10:51 PM
my pictures 3 alpha 3

- addresses all of those issues in the last post
- added "show transitions" to settings panel
- added "panning level" to settings panel, the panning amount is this: 30pixels/(zoomlevel/panning level)
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#27
2005-07-12, 11:34 PM (This post was last modified: 2005-07-12, 11:37 PM by Pioneer4x4.)
What a howl, I just installed rev2, and open the forums while GBPVR was loading. I guess I'll try rev3 now.... I am looking forward to it. I will have to make a test image to test and setup the aspect ratio.

I did notice this. The first digit of the interval is cutoff. It is set to "10" here.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#28
2005-07-12, 11:40 PM
yeah i mentioned that problem in the first post (or some other post) visual studio was acting weird when i did that control and wouldnt let me bring the numeric box to the front, so i thought bugger it, change it later (would have required me to close down visual studio and reopen it, couldnt be bothered).
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#29
2005-07-13, 07:07 AM
reven Wrote:yeah i changed the panning in the code you sent me, since if you zoomed in it was jumping you couldnt move in small enough increments for me. i think i use 30/zoomfactor to get how many pixels to move.

Since zoomfactor could go to 64 in my code it may not "pan" when zoom is 32 or 64 (as 30/32 will be 0 as an integer). Maybe try adding an offset, what about this:
(30 / zoomfactor) + 10
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#30
2005-07-13, 07:14 AM
i also dropped down the zoomfactor to a max of 10, 64 was just to large.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 2 3 4 5 … 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  GBPVRUiElement loose its alpha herrmannj 3 1,573 2008-11-11, 05:13 PM
Last Post: sub
  Color Alpha / Transparency JoeGuy22 4 1,681 2006-12-22, 07:52 PM
Last Post: JoeGuy22
  GBPVRSkinTools alpha gruskada 49 14,523 2006-05-16, 02:52 PM
Last Post: gruskada
  My Pictures - number of colours displayed hasso 2 1,370 2006-01-17, 04:15 AM
Last Post: hasso
  My Pictures 3.0.1 beta fix reven 29 8,083 2005-11-11, 07:15 PM
Last Post: deepak
  My Pictures 3 beta reven 47 11,761 2005-10-11, 01:31 AM
Last Post: reven
  My Pictures and music playlists reven 8 2,775 2005-09-13, 11:41 AM
Last Post: reven
  Wanted: Comskip alpha tester in USA/Canada erik 1 1,230 2005-09-01, 03:49 PM
Last Post: GoodGuys
  My Pictures Feature Requests reven 26 6,650 2005-07-09, 05:35 AM
Last Post: reven
  MSDE and My Pictures, ive never used MSDE reven 0 1,085 2005-05-03, 07:31 AM
Last Post: reven

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode