Don
Faire un don pour aider au developpement de WiPhA

Recherche




Préférences

 Nombre de membres 29 membres


Utilisateurs en ligne

( personne )
Visites

 147699 visiteurs

 8 visiteurs en ligne

forum.gifForum - Web iPhoto Access - Sujet n°91


Sujet n°91 What to expect from next releases ?
    par zepr - visiteur
le 25/04/2006 @ 16:36
Anonyme
Hi all,
Globs this app is wonderful. Many thanx.
I just can't wait for the next releases. What do you plan to implement now?
If I can make a small request, I would love to see the posibility to choose the size of the diaporama and the use of prefetch to make it faster.
Great Job, keep it on.
Poster une réponse




Réponse n°1 par Globs - rank ( 182 messages )
le 25/04/2006 @ 19:13
Globs
Hi,

in fact, the prefetch is already done in the slideshow: each time you display a picture, the next one is also downloaded.
But this is only supported by mozilla browsers.

Choose the size of the slideshow ? Well, everything is internally ready for this, I have to create the GUI to set it, and to save this parameter somewhere.
But if you want to change it, you can alreday easily do it:

in the file main.php, modify the line
$­wipha->sendPhoto($­_GET['ph'], 640, 640);

where 640, 640 are the maximum width and height allowed for the slide.

Site web Globs Ecrire à Globs Poster une réponse

Haut

Réponse n°2 par Globs - rank ( 183 messages )
le 25/04/2006 @ 19:17
Globs
And to answer the title of the topic, I have no real plan for the next release, as I think WiPhA is now mature and does it's job just fine.

It will probably depend on users' requests.

But release rate won't be as fast as at the beginning: It's not needed anymore, and overall, I don't have as much time now (I've worked full time, days, and sometimes nights on WiPhA for 2 monthes, during a jobless period)
Site web Globs Ecrire à Globs Poster une réponse

Haut

Réponse n°3 par zepr - visiteur
le 26/04/2006 @ 10:31
Anonyme
Merci pour ces réponses.
Thank you.
Good to know I can easily change the relosution of the diaporama.
It is mature indeed.

Poster une réponse

Haut

Réponse n°4 par zepr - visiteur
le 26/04/2006 @ 13:20
Anonyme
Hi,
I changed
$­­wipha->sendPhoto($­­_GET['ph'], 640, 640);
to
$­­wipha->sendPhoto($­­_GET['ph'], 800, 800);
and don't notice any difference cry
Are you sure that nothing esle is needed?
Thanx
Poster une réponse

Haut

Réponse n°5 par Globs - rank ( 184 messages )
le 01/05/2006 @ 11:48
Globs
Oups, yes.

What I wrote only changes the generated image, but it's still displayed in a 640x640 max box (and is expanded or shrunk to fit this box).

You also need to update libs/wipha.php, in the function displaySlideshow():

if ($­­r>1) ­{­
    $­­w = 640; $­­h = round($­­w/$­­r);
} else ­{­
    $­­h = 640; $­­w = round($­­h*$­­r);
}


Site web Globs Ecrire à Globs Poster une réponse

Haut

^ Haut ^

Site non déclaré à la CNIL dans le cadre de la dispense n°6
Vous disposez d'un droit d'accès, de modification, de rectification et de suppression des données qui vous concernent via votre profil.
GuppY - http://www.freeguppy.org/    Site créé avec GuppY v4.5.14 © 2004-2005 - Licence Libre CeCILL   GuppY - http://www.freeguppy.org/

Document généré en 0.18 seconde