• Some time ago I had this idea…
    Could it be possible to have an image uploader, that would accept a large version of the image, which it would than resize to some value specified in options (lets say 350 pix). The uploader would then offer to insert code for the small image, linked to the original, into the post. Or allow you to link the big one directly.
    I understand this could be done either with some library like netpbm, imagemagic… or directly via php.
    It would make my day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mine as well. There are a few other structural things I would like to get out of the way first, but you can expect something like this in a future version.

    Cant wait for that!

    I’ve been using a ‘hack’ I coded to upload a pair of files (thumbnail and main image), rename them, and place them in appropriate location for another function to display them. They get renamed to ($id).jpg and ($id)-t.jpg and then the function checks for files matching the current ($id) in that directory; you know what I mean. I also set it to make all even numbered ones show up on the left and all other ones on the right. ?? Works great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload image enhaced’ is closed to new replies.