hello, I am a computer science student and I need to ask you if the below is possible with php, html, java, etc...
ps: I am not too good with sql and php by the way but I am supposed to learn... and I did learn c++ java etc..
and does something like this allready exist as a website? best regards
the ideal below is copyrighted by me, you can create a website like below no problem but if you decide to do this below for a student course I will kill you ....
Create a relational database and an interactive website for a relational Image Management System.
Users would be able to store images off all kinds (within limitations/possibilities) to a database/folder. Images would contain metadata such as height, width, data uploaded, data created(?), type of image, who uploaded it, image name, image search information (i.e if the user wanted to see pictures about planes he could search for planes and all pictures with title plane and search information plane would be shown, more searched could be done on top of that using author, data created etc.).
Uses would be able to browse their or other users images (permissions, groups, read write access deletion etc.), users would be able to download images to their PC! Users can choose the resolution and image type and quality before downloading, maybe choose more then one type size and download/manipulate more then one image at a time and download them in a zip file (gzip?). (ps I know gz can only contain 1 file but isnt there another compression format or libary?)
and for image manipulation do I need to compile gd myself? or jpeg support like resizing converting to and from formats etc? is gamma correction possible too?