PhotoScript is a online photo album written in PHP4 which features thumbnail generation and support for image descriptions. Photographic categories are organised via individual directories containing images and subsequent image descriptions. Adding categories and photos are as easy as creating the directory and uploading the images. Thumbnails are saved after generation and served from the cache as are large images that are scaled to a user specified size. A feature photo on the front page is updated each time a new directory gets it's thumbnails generated. The original photos and directory structures are not modified when scaled and no database is required. Optionally a Personal Weblog is included to display front page news (requires MySQL).
| Tags | Internet Web |
|---|---|
| Licenses | GPL |
Recent releases


Changes: GD2 support was added for enhancing image scaling quality. However, compatibility with GD is retained.


Changes: The personal weblog has been integrated into the top-level page for the "news" feature, and some code has been cleaned up.


Changes: In this release, a separate style sheet to support Netscape browsers was added, as was the capability to list and display browser supported documents using a frame wrapping. Currently supported document formats are PDF, XLS, DOC, and HTML. The code and code formatting were also cleaned up.


Changes: Thumbnails and scaled original images are now cached in an organized cache directory. Images that are larger than the user-specified size are now scaled for the default photo display. It is no longer necessary to scale down digital photos before uploading. "Previous" and "Next" image links were added. The output is now compliant with W3 HTML 4.01 transitional validation and the W3 CSS validator. PNG support was added. The functions were modularized and the code was cleaned up.


Changes: Initial freshmeat announcement.
Connect Atlassian dev tools (JIRA, Bamboo, Crucbile, FishEye) to IntelliJ IDEA.
- All comments
Recent commentslittle bug
Hi, i found a little bug on the 1.4.1 script.
the files in the root directory wasnt shown correctly.
i have to add between line 281 and 282 following lines.
if ($strDocPath[0] == "/")
$strDocPath = ".".$strDocPath;
it corrects this bug.
greetings lex
Re: Homepage?
> Hmm, what is the homepage of this
> project now? The one listed is
> obviously not right anymore, as the
> latest version available on there is
> 1.1b. News is pretty much outdated
> also.
>
> Is there a new author now? Did
> someone take this into their own hands?
> If so, anyone know what the URL for the
> homepage is? Doesn't seem mentionned in
> the readme in the package neither.
> Hmm.
Well I've pretty much been making the updates to the the latest code. I haven't really setup a "homepage" for photoscript as I still consider it Nick Jaffe the owner of the project. However, I have setup a demo site and a download link for the latest version on the freshmeat site. If I get time perhaps I whip up a more comprehensive homepage and ask Nick if he want's to move the homepage.
Homepage?
Hmm, what is the homepage of this project now? The one listed is obviously not right anymore, as the latest version available on there is 1.1b. News is pretty much outdated also.
Is there a new author now? Did someone take this into their own hands? If so, anyone know what the URL for the homepage is? Doesn't seem mentionned in the readme in the package neither. Hmm.
Re: Netscape formatting is broken.
> Holy smokes! Netscape formatting is
> horribly broken.
> I have the fix in the works.
Fixed Netscape Style Sheet in 1.3.3.
Netscape formatting is broken.
Holy smokes! Netscape formatting is horribly broken.
I have the fix in the works.