I have multiple images I get from a web cam, this works all fine. But now I need to create a Panorama Picture from them and save it. I was able to place all the images next to each other and save the new big image but there is no thing as fade in. The new Big “Panorama” just doesn’t look nice.
Can anyone tellme how to create a nice Panorama Picture from multiple Images?
Thanks &Regards
Related
I have a galery of users that show all of user photos. I want to have small thumbnails for each photos.
How to make it?
Also I notice some website even create thumbnail that focus on the face part of the original photos.
I don't have any code just looking for suggestions.
Im using PHP, Codeigniter, Angularjs, Jquery.
Thank you!
In your controller when receiving the file, before uploading it, you need to do some processing to it. each image you will save it in 4 or 3 sizes, it will be like this for image called imageHello.jpg:`
site.com/images/large/imageHello.jpg
site.com/images/small/imageHello.jpg
site.com/images/thump/imageHello.jpg
So basically it will be site.com/images/[size]/imageHello.jpg, in the front end side you will file the size with what you want based on the page.
for zooming you can use this library, look at this example
hi i have a wordpress at lesprenoms.quebec it's listing the name of people with a short description.
if you take a look at this post:
http://lesprenoms.quebec/qeZN30e9
it's a simple div with image as background with text on top and an other image at the bottom what i want is that wordpress generate all the thumbnail i want and also the one for facebook witch is 750*394px crop top when i hit publish or like save the draft and else and that it get update if i change the text on top of the image.
some will tell me to do this trough photoshop and else witch i already did for the 170 other image but i think i can made template, then just upload the image and just add my text that all trough the website without having to fire photoshop witch can be really usefull as if i'm on other computer and else...
so i know there a way to do this in php with maybe imagefttext or something like that. All the thing is wrap in a div so maybe a function that get all the text + image between the first and the last could be really nice and neat.
so if someone can help cause i really need your help guy...
I'm making a flash game portal I've figured out how to upload files With php and how to display them with the object tag in HTML but I need to know how to let the user upload thumb nails and have those thumb nails lead to the game.
I looked everywhere but all I can find is image gallery's that can't be modified to to what I want
I'm unsure of how you list these items, but it sounds like you want to make an HTML link using an image as the link.
<img src="img target">
would create a link image.
This is a pretty broad question but something I'd like input on. I am attempting to create an interface where users can drag a photo from their desktop into a canvas in the browser. That canvas would have a fixed image in it already (acting as a watermark). I'd like the user to be able to drag and scale their image in the canvas until they are satisfied, then be able to save the image. The idea behind this being almost like a photo bomb but they choose a photo to merge theirs with.
I have done some research on using HTML5 canvas and also on using jQuery/PHP for the task but haven't decided which route to take yet.
Any advice would be appreciated.
Can anyone advise on a great image gallery that's dynamic, client side.
Basically what I want is on my website a gallery with multiple albums and images in the albums. To be able to add images dynamically to the folder or remote site (such as Photobucket or Picasa) and the webapage to be able to display them dynamically without any further coding, avoiding the hassle of having to add a lines of code ever time a new image is added.
Anybody using something like this or can point me in the right direction?
Much appreciated.
I found what I was looking for in Picasa Webalbum Integrator javascript library.
http://code.google.com/p/pwi/