PDA

View Full Version : Zoom in pictures without the info-bar?


Morien
2004-03-26, 08:02
hello,

would it be possible to implement a timeout for the osd that pops up when a picture is being zoomed in on? or a enable/disable feature?

i like it, however it gets in the way when reading comics or yes, as was suggested in the channel, viewing porn.


thanks
morien

Rocky
2004-03-26, 12:06
the next-picture when zoomed-in problem and info display annoyance are easy to fix:

this allows next/prev picture step when zoomed (next picture is un-zoomed); and you must press the info button to get the banner disaply:

i also noticed that the info display starts counting at zero, instead of one for the current picture of pictures numbers:


index: guiwindowslideshow.cpp
================================================== =================
rcs file: /cvsroot/xbmc/xbmc/xbmc/guiwindowslideshow.cpp,v
retrieving revision 1.15
diff -r1.15 guiwindowslideshow.cpp
1c1
<
---
>
330c330
< if (!m_bshowinfo && m_izoomfactor == 1)
---
> if (!m_bshowinfo)
362c362
< strslideinfo.format("%i/%i", m_icurrentslide ,m_vecslides.size());
---
> strslideinfo.format("%i/%i", m_icurrentslide+1 ,m_vecslides.size());
586c586
< if (m_izoomfactor==1)
---
> //if (m_izoomfactor==1)
590c590
< if (m_izoomfactor==1)
---
> //if (m_izoomfactor==1)
678,679c678,679
< float fx=2*action.famount1;
< float fy=2*action.famount2;
---
> float fx=20*action.famount1;
> float fy=20*action.famount2;

Game316
2004-09-11, 00:08
i'am not sure if this a feature already in. but is it possible to zoom in on pictures without the taskbar at top showing infomation? trying to read manga with it is hard :).

cypher2048
2005-05-04, 08:37
yeah, i would also find it very useful if it was possible to disable the little osd of the area you are zoomed in to. it would be nice if it was mapped to the white button or, if maping it to a button is too much work, just an option in the settings menu for pictures would be great. i like the new transition effect for zooming and going to the next picture, but the osd tends to cover up text in the comics that it read.

thanks for reading!