How to resize image without losing EXIF data?

Let’s learn how to resize image without losing EXIF data. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

Resize an image with .NET without losing EXIF data

What is the best way to resize images using .NET, without losing the EXIF data? I'm okay with using .NET 2 System.Drawing.* classes, WPF classes, or open-source libraries. The only easy way I found to handle this all for now is to use the Graphics.FromImage (.NET 2) to perform the resizing and to re-write the EXIF data with an OpenSource library manually (each piece of data one by one).

Answer:

Your suggestion of extracting the EXIF data before resizing, and then re-inserting the EXIF data seems...

Read more

TigrouMeow at Stack Overflow Mark as irrelevant Undo

Other solutions

Keeping tags, etc. when uploading to photos Flickr?

How do I upload my digital photos to Flickr and make sure the metadata stays intact? Currently I use Picasa as the organizing software for all my pictures. I was using the picasa2flickr plugin to mass upload my edited photos (keywords, captions, etc...

Answer:

Question 1: Get Adobe Lightroom. It's terrific for managing photo collections and it's amazingly fast...

Read more

Smarson at Ask.Metafilter.Com Mark as irrelevant Undo

How do i resize an image without losing too much quality?

I have photos that are 10x6 in. 240 dpi. I need to resize them to 13x9. I dont want to lose too much quality, what would be the best way? should i lower the dpi when i resize it?

Answer:

It doesn't matter too much, just increase the size. The best thing you can do is just use a good program...

Read more

Kherova at Yahoo! Answers Mark as irrelevant Undo

How do you get rid of the EXIF data of an image?

Also, are there ways that people can track you down somehow just through an image online?

Answer:

If the camera has a geotagging function (either a built-in or connected GPS receiver) and the picture...

Read more

What? at Yahoo! Answers Mark as irrelevant Undo

Php resize help pls!!!!!!!!!!!!!!!!?

Okay i have a simple php code but when it post it doesnt resize so how should i resize it it saves to users storage but idk how to resize without messing up my coding <?php /*The location to the default picture*/ $no_picture="default.jpg"...

Answer:

What are you trying to resize? The images dimensions? Or the Image's filesize? Dimensions are easy,...

Read more

Jerry at Yahoo! Answers Mark as irrelevant Undo

Php image upload help?

Okay i have a simple php code but when it post it doesnt resize so how should i resize it <?php /*The location to the default picture*/ $no_picture="default.jpg"; /*The location to the users picture*/ $picture="Users/".$username...

Answer:

I didn't bother reading you code, here's an example for resizing images $image=new Imagick('/home/kevin...

Read more

Jerry at Yahoo! Answers Mark as irrelevant Undo

Does an application exist that will allow you to change the exif data of a jpeg photos make and model?

Does an application exist that will allow you to change the exif data of a jpeg photos make and model?? I have tried 10 applications today and none of them work. If one exist could you please tell me what it is. The only one I didn't try yet is adobe...

Answer:

You may wish to give the FREEWARE graphic editor "IrfanView" a try. Some settings may be changed...

Read more

Timothy M at Yahoo! Answers Mark as irrelevant Undo

Photo EXIF and system metadata

I changed phones a few weeks ago, and the transfer utility that copied data from phone to phone screwed up the /system/ timestamp of my photos. Unfortunately, this changed the sort order, so I can't find anything. How can I fix the data? Using an Exif...

Answer:

Try exiftool "-DateTimeOriginal>FileModifyDate" * At least on Windows it changes the NTFS...

Read more

daveqat at Ask.Metafilter.Com Mark as irrelevant Undo

How to print exif gps data on a photo?

How do I print gps data pulled from EXIF data on a series of photos? I have about 65 photos that have GPS location data as part of the EXIF data. I'd like to a) print that data on the photo (like some cameras used to datestamp images) and b) print a...

Answer:

The Morgify plugin for Lightroom will overlay text annotations to images upon export. You can specify...

Read more

gofargogo at Ask.Metafilter.Com Mark as irrelevant Undo

EXIF data

Will editing a photo in a program like Photoshop destroy the original EXIF data from that photo? If I cut and pasted part of a photo and saved it as "NEW" what would the EXIF data of that "NEW" photo show? Concerns about cell phone...

Answer:

Many of the answers in this post are at least partially wrong. Which programs preserve what EXIF data...

Read more

BillyAnne at Ask.Metafilter.Com Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.