Tagged Questions
1
vote
0answers
20 views
Generate thumbnail from remote jpeg without downloading
I want to load the EXIF thumbnail preview stored in a jpeg image located on a remote server, without having to download the whole image. The server does not support resuming.
Is this possible? In ...
0
votes
0answers
24 views
Does GetThumbnailImage store EXIF data?
The MSDN documentation of Image.GetThumbnailImage does not state anything about transfer of EXIF data. Is the function's behavior documented somewhere?
2
votes
2answers
372 views
dynamically create thumbnail on client machine with javascript
I'm working on photo gallery. Using php to read files and pushing it to jquery on client machine to build image gallery. (works good)
I wanted to use php exif function to get thumbnails of images to ...
0
votes
0answers
166 views
How to save UIImage as a JPEG file with EXIF thumbnail using UIIamgePickerController
I am using UIIamgePickerControllerDelgation to take a picture from iPhone camera.
Can get UIImage and info which contained EXIF and TIFF property directory correctly.
But I can not find any property ...
2
votes
0answers
138 views
Thumbnail in Exif Data on iOS - Camera roll
I was wondering whether I could modify my thumbnail on camera roll? There's no way of saving it on the header before saving, there's no key that has to do with the thumbnail.
0
votes
2answers
50 views
Is there any way to determine an image's type from its GD handle?
I am writing a thumbnailing script, and from what I've seen thumbnails tend to look best in the same format as their source. However, the script may be fetching images from the web, so I can't access ...
2
votes
2answers
3k views
Saving a thumbnail after taking picture in Android
I have an app working that can take a picture via the full code at bottom. My question is regarding how to either access the thumbnail that is stored in the jpeg or generate a new thumbnail. Either ...
1
vote
2answers
980 views
Using PEL (PHP EXIF Library), is there a way to remove the embedded thumbnail from an image's EXIF data?
I am working on a project that resizes images using PHP. This project utilizes PEL to copy EXIF data from the source image to the resized image. However, when resizing images to be really small, the ...
0
votes
1answer
296 views
Does jpeg's embedded thumbnail equal to EXIF thumbnail?
Does jpeg's embedded thumbnail equal to EXIF thumbnail?
How can I retrieve jpeg's embedded thumbnail?
3
votes
4answers
5k views
How to read embed thumbnail from jpeg images?
I am writing a thumbnail viewer in c++.
I first make use of EXIF information to retrive an image's thumbnail, but the thumbnail in the EXIF is bad, with black bands. So I want to get the jpeg's ...
3
votes
2answers
2k views
Is there any sample code to read thumbnail from Jpeg exif header?
I am writing application using c++, in windows.
I want to get a thumbnail from jpeg, without decoding the whole image.
How Can I read thumbnail from jpeg exif header?
Can any one offer me a some ...
