changing dpi in Action Script not view properly in file info
The first design using script to generate bunch of png files [more than 1000 files] with wrong dpi/ppi,
I am trying to find a way to regenerate all files in right dpi/ppi. Action script does the job but if you view on file info, it doesn't update. if you open in photoshop the file has been updated. Just kinda the metadata. Any other way to fix that? [document size remain the same]
For example you have files 1000px x 1000px in 120dpi, then you would like to update into 1000px x 1000px in 72dpi.
The problem come down to if you drag those files as smart layer into 72 dpi base psd file.
The smart layer doesn't count on pixel size, it will proportionally resize to fit dpi. for example if you have 1000x1000px but 144dpi file drag into as smart object, drag in to 72dpi file. the smart layer will reduce 50% of size to suit the 72 one.
