Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

lost coordinate of .tif image when edit by pscs6

New Here ,
Dec 24, 2018 Dec 24, 2018

hi all,

i have lost coordinate of .tif image when edit by pscs6. Could y help me?

1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Dec 24, 2018 Dec 24, 2018

Can you expand what is the issue?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 24, 2018 Dec 24, 2018

Hi Derek,

I have a file .Tif image. I can import this image to autocad with right position on map, when I edit this image by PSCS6 then I cannot import it right position again. It seem lost coordinate of my image.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 24, 2018 Dec 24, 2018

Hi Derek,

I have a image .Tif. I can import it into Autocad with right position on map. But when I edit it by PSCS6 then i can not import right position again. It seem lost coordinate in my image.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 25, 2018 Dec 25, 2018

Sounds as if the original image has GPS metadata that is used in AutoCad, however once the same image is edited in CS6 the metadata is either altered or removed. Can you post a download link to before/after image samples on a file sharing site such as DropBox or similar?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 25, 2018 Dec 25, 2018
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 25, 2018 Dec 25, 2018

Yes, Photoshop is stripping the metadata, ExifTool reports that the following tags are removed even in CC2018:

[GeoTiff]  GeoTiffVersion        : 1.1.0

[GeoTiff]  GTModelType           : Projected

[GeoTiff]  GeographicType        : WGS 84

[GeoTiff]  ProjectedCSType       : User Defined

[GeoTiff]  ProjCoordTrans        : Transverse Mercator

[GeoTiff]  ProjLinearUnits       : Linear Meter

[GeoTiff]  ProjNatOriginLong     : 106

[GeoTiff]  ProjNatOriginLat      : 0

[GeoTiff]  ProjFalseEasting      : 500000

[GeoTiff]  ProjFalseNorthing     : 0

[GeoTiff]  ProjScaleAtNatOrigin  : 0.9996

There are various tools which can copy GPS metadata from original files or otherwise enter some of this data into the files saved from Photoshop.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 25, 2018 Dec 25, 2018

Thanks Stephen,

Could you tell me the name of tool can do that? I hope i can download

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 26, 2018 Dec 26, 2018

I personally would use ExifTool, however there may be other options out there that you may prefer… I’d recommend a Google search.

Test on a single duplicate image or remove the  -overwrite_original  argument if you are not working on duplicates or have no backups.

Using your sample files as an example, to copy all of the original metadata to the edited file you would use the following command line code:

exiftool -overwrite_original -TagsFromFile Before.tif After.tif

However in practice you will likely need to specify a full path to the images unless you are going to use the CLI to navigate to the working directory:

exiftool -overwrite_original -TagsFromFile '/Users/<username>/Desktop/Before.tif' '/Users/<username>/Desktop/After.tif'

Note: Windows users would need to use double straight quote marks to enclose a file or directory path name rather than single straight quotes.

This is just an introduction, there are refinements that could be made – for example depending on how many images you need to process you may need to update in batches.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 26, 2018 Dec 26, 2018

Many thanks Stephen,

Your information is very important to me, I will try to learn more about Exlftool.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 26, 2018 Dec 26, 2018

HI Stephen,

I can process metadata successful in Exiftool. But after that, when i input into Autocad, the coordinate not appear.

Do you know why?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 26, 2018 Dec 26, 2018

Can you post a link so that I can check the ExifTool processed image?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 27, 2018 Dec 27, 2018

Hi Stephen,

My image after edit and process by Exiftool as link below:

https://drive.google.com/open?id=1W1ygkJnJ366-vR3Pyqxg3fvS5HWCkSSg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 27, 2018 Dec 27, 2018

I don’t know why the geotif data is not being picked up, it is in your updated file so we can probably rule out user error in updating the metadata.

I doubt that the following file will work, but give it a go and report back (I have removed the xmp and photoshop metadata entries which were not in the original file that worked):

https://www.dropbox.com/s/qr1ulr1le8qtyr7/After-xmp-photoshop.tif?dl=0

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 27, 2018 Dec 27, 2018

Hi Stephen,

This images from you still have no coordinates. Error.JPG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 27, 2018 Dec 27, 2018

Too bad, you’ll need to look at other software then. Please let the forum know if you have success.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 27, 2018 Dec 27, 2018

Maybe it’s not in the file at all but in a TFW file you have to provide. Exercise P5: Using a World Correlation File | AutoCAD Raster Design 2019 | Autodesk Knowledge Networ...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 24, 2019 Sep 24, 2019
LATEST

I use listgeo & geotifcp to extract then reinsert the geotiff metadata.
https://download.osgeo.org/geotiff/libgeotiff/listgeo-geotifcp-win32-x86-112502.zip
listgeo inputfile > metadata
geotifcp -g metadata input output

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines