PHP GUI app to manage pictures

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • awebguynow

    PHP GUI app to manage pictures

    I'm wondering if I can provide an Admin panel, to create a simpleton
    CMS system to manage pictures (a few webpages with pictures). Resize,
    resample all seem easy with GD lib on Windows.

    I started to think about a file dialog box, (to select pic[s]) for
    local intranet app., and possibly TCL if that would be the solution.

    My other thought is a model used by many with the pictures in grid on
    RHS, and a checkbox next to each, to be checked if the pic will be be
    used processed, shown, etc.
    The grid can either have just filename, dimension or thumbnail
    view.


    next: a viewer ? this will probably be an add-on unless its easy
    to do.
    But would it show in a standard size or true size
    I prefer to show it in a standard size, but with some information as to
    true size.

  • awebguynow

    #2
    Re: PHP GUI app to manage pictures

    I guess if this were on a local filesystem, It would almost be like a
    thin client.
    Then once the content was set up, could be uploaded easily.

    Comment

    Working...