Wie per PHP auf /photo zugreifen

Status
Für weitere Antworten geschlossen.

ong10

Benutzer
Mitglied seit
20. Mai 2010
Beiträge
262
Punkte für Reaktionen
3
Punkte
18
Hallo,

so, klappt ja ganz gut - aber:
Wie kann ich nun das Bild in einer bestimmten Größe übergeben (=zurückgeben)?
Ich möchte die maximale Größe (vielleicht als Parameter) mit angeben und eine u.U. verkleinerte (nicht vergrößerte) Version bekommen. So soll ein Bild am besten Bildschirmfüllend dargestellt werden können.

Olaf
 

ong10

Benutzer
Mitglied seit
20. Mai 2010
Beiträge
262
Punkte für Reaktionen
3
Punkte
18
Hallo,

hab eine Lösung die super klappt: Einfach per CSS.
Ich optimiere das ganze noch ein wenig uns lass euch dann teilhaben.

Olaf
 

ong10

Benutzer
Mitglied seit
20. Mai 2010
Beiträge
262
Punkte für Reaktionen
3
Punkte
18
Hi

wie versprochen, das Ergebnis meiner Arbeit: (Zitat meiner selbst)
Purpose of this script:
-----------------------
Read a RANDOM file in a RANDOM subdirectory and return this file (image in this specific case).
Example: Show a random image

Problem - or - why is this script needed
-----------------------------------------
There are about 60000 files in the subdirectories that are in our pool of possible files.
Other methods I found were not able to recreate this effect since the PHP execution time always ran out (or it produced memory problems).
This should be quite easy and fast.


Notes
-----
- Works best if an equal number of files is in each (sub) directory
- You can set the height_max and with_max to the screen resolution you are using. By doing this you will be able to see the complete image (when unsing the SuperBG or SuperSized2 CSS/JS script for example)
- Script was developped to run on a Synology DiskStation 209 using DiskStation Manager 2.3 with web enabled
- Used some functions from php.net, image.php is from http://www.mawhorter.net/web-develo...flip-and-mirror-thumbnails-square-and-regular
- Rotation by exif does not work on my Synology as the php exif extension does not seem to be implemented

Files
-----
zufall10.php Call this in your browser for a slideshow (As always: IE = Not recommended)
zufall10.css css formating for the image - centered, black background...
dir-file-10.php Grabs a random file (image) from a random directory and returns this as a http stream content image
image.php nice image transformation functions (did a little change in there I believe)

Installation
------------
1. Extract all files into your webdirectoy

2. open "dir-file-10.php" and make adjustments in the settings area in the upper part of the file
Pay special attention to set the correct path to your images! This is relative!
The script files are residing on my Synology 209 in /web/slideshow, the images are in /photo, the setting looks like this:
$source_directory = '../../photo';

IF you are NOT using a Synology, you might want to look near line 160 for
$image = str_replace('../../','/volume1/',$image);
Here we create a systempath string to access the file directly! On my settings I was unable to use a relative path to the file!

3. Optional: You can change the switching interval for the images in file zufall10.php
Near line 31 search for
setInterval("count()",10000);
the 10000 is the time in miliseconds after which a new image should be shown.
Change this number to your liking, but let the server enough time to choose an image!
Example: In my setting, Synology DS209 with about 60000 images it could take up to 10 seconds to choose a file (add about another 10 seconds for transformation, depening on options) - to be on the save side.

4. open "zufall10.php" in your browser - you are DONE.

http://team-noehring.de/extern/slideshow/slideshow10.zip

Feedback willkommen.

Olaf
 

jahlives

Benutzer
Mitglied seit
19. Aug 2008
Beiträge
18.275
Punkte für Reaktionen
4
Punkte
0
Sieht doch ganz nett aus :) Allerdings frage ich mich warum du diesen Aufwand betreibst und nicht einfach ein zufälliges Bild aus der postgres DB ziehst ;)
 

ong10

Benutzer
Mitglied seit
20. Mai 2010
Beiträge
262
Punkte für Reaktionen
3
Punkte
18
Hallo,

tja gute Frage :eek: , kurze Antwort: Weil mir nicht klar war, dass die Bilder da gespeichert sind ;-).

Wie kann ich denn auf die DB zugreifen (wäre schließlich noch schneller, so ist es dafür universeller ... man muss ja auch nach etwas positivem der Arbeit suchen)?

Olaf
 

ong10

Benutzer
Mitglied seit
20. Mai 2010
Beiträge
262
Punkte für Reaktionen
3
Punkte
18
Hallo,

das mein ich nicht. Eher sowas: Gib't kein Passwort? Ist localhost der Server? Wie ist "mein" Benutzername mit der ich mich bei Postgresql anmelden muss?

Olaf
 
Status
Für weitere Antworten geschlossen.
 

Kaffeautomat

Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.

Als Dankeschön schalten wir deinen Account werbefrei.

:coffee:

Hier gehts zum Kaffeeautomat