Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Server Side Image Optimization?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #30863
    noahgelman
    Participant

    Are there any programs that can run server side that can run uploaded images through an optimizer to reduce file size?

    #71254
    sylenix
    Member

    you could use PHP’s built-in image optimization feature. try googling it.

    #71186
    TheDoc
    Member

    There are lots of methods, yes, but it depends on what you mean by ‘uploaded images’. Do you mean via a form? Or perhaps simply FTP?

    #71187
    noahgelman
    Participant

    Via a form by the user.

    #71189
    chendrix
    Member

    If you are running an Apache server, you can set up in your .htaccess to gzip all images

    Google – Gzip Images Htaccess

    #71190
    noahgelman
    Participant

    @chendrix, not quite what im looking for

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Other’ is closed to new topics and replies.