Export EXIF data

Hello,
I have just started using Lightroom to convert RAW images. Although this is a bit of a "nit", one of the frustrating issues with any
of the various RAW image processors is the manor in which EXIF data is handled. It appears that Lightroom handles EXIF data
somewhat differently when compared to other image processors.
The issue is the application I use to generate photo albums (JAlbum)not picking up "Resolution" from JPG images
produced by Lightroom. As an example please take a look at
http://www.wideeye-photo.com/Just%20Things/Sand%20Frogs/slides/IMG_0031.html
and
http://www.wideeye-photo.com/Just%20Things/Sand%20Frogs/slides/IMG_0031-a.html
IMG_0031 is produced with Lightroom. IMG_00031-a is produced with Canon DPP. You will notice that "resolution" is missing
for the Lightroom image and is present for the DPP image. Also notice that for the Lightroom image, "Photographer" present
but missing for DPP.
I had not had a problem with EXIF data until I started using Lightroom to develop my RAW images. Is there a parameter or setting I'm missing somewhere?
Thanks,
Ron

I have seen that Lightroom moves some information from standard EXIF fields to XMP. I don't remember if this is the case with resolution, but it may be the explanation if jAlbum does not read XMP.
Henrik

Similar Messages

  • From Bridge To PS To Export - EXIF Data Lost

    Hi all,
    I'm wondering what happens to my EXIF data when I import a Canon RAW file via ACR from Bridge to PS. When I export the file as a JPG and then right-click the jpg properties, none of the camera data is recorded. Perhaps there is a tick-box I've just not ticked?
    Also, if I add keywords in Bridge, should they carry through the export process? I'm interested to know if it's possible to auto complete the keyword field in flickr when uploading an image.
    CS5 with W7 and Canon 5Dii RAW.
    Thanks in advance.

    Can you be a little more explicit about the exact steps you're taking?
    I just opened an image from Bridge into Photoshop by right-clicking a CR2 file, choosing Open In Camera Raw, then hitting the [Open] button in the Camera Raw dialog.  Then I did File - Save As - JPEG, and all the camera metadata was retained (per Explorer's Properties, Details tab).
    When you say "export", exactly how are you saving the file?  With File - Save For Web & Devices, there's a Metadata field that allows you to specify how little or how much to keep.
    -Noel

  • Lightroom 4 Export - EXIF data missing

    I noticed that the EXIF data did not seem to be included in the jpeg file resulting from EXPORT.
    I have double checked to make sure that under the METADATA section to select "ALL" and have both boxes (Remove Location Info & Write Keyword as Lightroom Hierarchy) unchecked.
    Doing the same export in Lightroom 3 has no problem to include EXIF data in the JPEG file.
    I am running the MAC version of the released Lightroom 4. Thank you in advance.

    Hi Dorin, thank you for your reply. After reading your reply, I went back and checked my jpeg files carefully. You are correct that all the EXIF metadata are there.
    My statement of 'missing' EXIF data was based on my EXIF data did not show up after I uploaded my JPG files to pBase, while all still worked well with Lightroom 3. Uploading the same set of jpeg files to other photo site like Picasa, the EXIF information is all there. Also, when I import those jpeg files in Lightroom 4, t=all the EXIF metadat are there too. It implies that it is a problem with pBase having probelm reading the EXIF of jpeg file from Lightrrom 4. Not sure what is the difference in Lightroom preparing the jpeg files, but I believe this 'missing EXIF' problem is site specific (i.e. pBase).
    I will modfify the Topis to show pBase problem only if I can. Thank you.

  • How do I export exif data in Aperture?

    It seems that Aperture exports very little data that is of use (i.e., minimal IPTC metadata). Is there a work around to export EXIF metadata? If not, is there a feature request mechanism within Apple?
    Thanks much,
    Tim

    Tim,
    for the GPS info you may look at this sample code from another script of mine:
    try
                                  tell application "Aperture"
      activate
                                            tell im -- any Aperture image
                                                      set longi to value of EXIF tag "Longitude"
                                                      set lati to value of EXIF tag "Latitude"
                                                      try -- remove this "try" if you want a warning if the altitude tag is empty
                                                                set alti to value of EXIF tag "Altitude"
                                                      end try
                                                      try -- remove this "try" if you want a warning if the location tag is empty
      --          set plce to "unknown"
                                                                set plce to value of IPTC tag "Image City" as rich text
                                                      end try
                                            end tell
                                  end tell
                        on error
    -- whatever you want to do in case of an error
                        end try
    Regards
    Léonie

  • 3.4RC not exporting Exif data in jpegs?

    I just checked and there seems to be no Exif data in my exported jpegs, even though Minimize Metadata is not checked. Anybody else experiencing this? DId I miss some new setting or way of specifying this? Win 7 64-bit, 64-bit LR.

    In terms of the XMP standard, the EXIF schema properties have been omitted from the LR 3.4RC version of the image.  For example, the 3.3 version has the property XMP:DateTimeOriginal, while the 3.4RC version does not.  See below for all differences in the metadata.
    I think this may be a bug. The XMP standard was designed to encapsulate legacy metadata such as EXIF, and it was intended that the XMP metadata contain duplicates of the EXIF properties.  Unlike the EXIF standard, XMP allows multi-byte characters and time zones, so not exporting the XMP EXIF properties means that it won't be possible to export multi-byte characters and time zones.
    Differences in metadata:
    8d7
    < [Composite]     Date/Time Created               : 2011:04:09 13:03:22
    10d8
    < [Composite]     Digital Creation Date/Time      : 2011:04:09 13:03:22
    18c16
    < [Composite]     Thumbnail Image                 : (Binary data 12845 bytes, use -b option to extract)
    > [Composite]     Thumbnail Image                 : (Binary data 12854 bytes, use -b option to extract)
    22c20
    < [EXIF]          Copyright                       : ©2011 Eulogio Garcia / Dhananjaya
    > [EXIF]          Copyright                       : (C)2011 Eulogio Garcia / Dhananjaya
    26c24
    < [EXIF]          Exif Version                    : 0230
    > [EXIF]          Exif Version                    : 0221
    43c41
    < [EXIF]          Modify Date                     : 2011:04:25 20:34:48
    > [EXIF]          Modify Date                     : 2011:04:25 20:38:26
    50d47
    < [EXIF]          Software                        : Adobe Photoshop Lightroom 3.4
    53,54c50,51
    < [EXIF]          Thumbnail Length                : 12845
    < [EXIF]          Thumbnail Offset                : 870
    > [EXIF]          Thumbnail Length                : 12854
    > [EXIF]          Thumbnail Offset                : 828
    63c60
    < [File]          Current IPTC Digest             : f6e139c9a1abb4f443dbcad907844238
    > [File]          Current IPTC Digest             : c620bc8bc4f36f55110ec1c719189bf7
    67,68c64,65
    < [File]          File Modification Date/Time     : 2011:04:26 00:32:58-07:00
    < [File]          File Name                       : image_pjpeg.jpg
    > [File]          File Modification Date/Time     : 2011:04:26 00:33:13-07:00
    > [File]          File Name                       : image_pjpeg.good.jpg
    70c67
    < [File]          File Size                       : 143 kB
    > [File]          File Size                       : 144 kB
    102,103c99
    < [IPTC]          Application Record Version      : 4
    < [IPTC]          Coded Character Set             : UTF8
    > [IPTC]          Application Record Version      : 2
    106,108d101
    < [IPTC]          Digital Creation Date           : 2011:04:09
    < [IPTC]          Digital Creation Time           : 13:03:22
    < [IPTC]          Time Created                    : 13:03:22
    112,113c105,106
    < [Photoshop]     IPTC Digest                     : f6e139c9a1abb4f443dbcad907844238
    < [Photoshop]     Photoshop Thumbnail             : (Binary data 12845 bytes, use -b option to extract)
    > [Photoshop]     IPTC Digest                     : c620bc8bc4f36f55110ec1c719189bf7
    > [Photoshop]     Photoshop Thumbnail             : (Binary data 12854 bytes, use -b option to extract)
    116a110
    > [XMP]           Aperture Value                  : 16.0
    119a114
    > [XMP]           Camera Model Name               : Canon EOS-1Ds Mark III
    130c125,126
    < [XMP]           Creator Tool                    : Adobe Photoshop Lightroom 3.4
    > [XMP]           Creator Tool                    : Adobe Photoshop Lightroom 3.3
    > [XMP]           Custom Rendered                 : Normal
    131a128,129
    > [XMP]           Date/Time Digitized             : 2011:04:09 13:03:22.00-04:00
    > [XMP]           Date/Time Original              : 2011:04:09 13:03:22.00
    132a131,133
    > [XMP]           Exif Image Height               : 800
    > [XMP]           Exif Image Width                : 1200
    > [XMP]           Exif Version                    : 0221
    133a135,139
    > [XMP]           Exposure Compensation           : -1
    > [XMP]           Exposure Mode                   : Auto
    > [XMP]           Exposure Program                : Aperture-priority AE
    > [XMP]           Exposure Time                   : 2
    > [XMP]           F Number                        : 16.0
    136a143,151
    > [XMP]           Flash Fired                     : False
    > [XMP]           Flash Function                  : False
    > [XMP]           Flash Mode                      : Unknown
    > [XMP]           Flash Red Eye Mode              : False
    > [XMP]           Flash Return                    : No return detection
    > [XMP]           Focal Length                    : 21.0 mm
    > [XMP]           Focal Plane Resolution Unit     : inches
    > [XMP]           Focal Plane X Resolution        : 3957.71670190275
    > [XMP]           Focal Plane Y Resolution        : 3961.90476190476
    150a166,167
    > [XMP]           ISO                             : 100
    > [XMP]           Image Height                    : 800
    151a169
    > [XMP]           Image Width                     : 1200
    152a171
    > [XMP]           Legacy IPTC Digest              : C620BC8BC4F36F55110EC1C719189BF7
    167a187
    > [XMP]           Make                            : Canon
    169,170c189,192
    < [XMP]           Metadata Date                   : 2011:04:25 20:34:48-04:00
    < [XMP]           Modify Date                     : 2011:04:25 20:34:48-04:00
    > [XMP]           Max Aperture Value              : 2.8
    > [XMP]           Metadata Date                   : 2011:04:25 20:34:19.329+04:00
    > [XMP]           Metering Mode                   : Spot
    > [XMP]           Modify Date                     : 2011:04:25 20:38:26-04:00
    185a208
    > [XMP]           Resolution Unit                 : inches
    196a220
    > [XMP]           Scene Capture Type              : Standard
    203a228
    > [XMP]           Shutter Speed Value             : 2
    213c238
    < [XMP]           Version                         : 6.4
    > [XMP]           Version                         : 6.3
    217c242,245
    < [XMP]           XMP Toolkit                     : Adobe XMP Core 5.2-c004 1.136881, 2010/06/10-18:11:35
    > [XMP]           White Balance                   : Manual
    > [XMP]           X Resolution                    : 240
    > [XMP]           XMP Toolkit                     : Adobe XMP Core 4.2-c020 1.124078, Tue Sep 11 2007 23:21:40
    > [XMP]           Y Resolution                    : 240

  • Exporting EXIF data

    I just imported a batch of vacation photos with the EXIF location embedded in the photos. However, the info disappears when I export the photos.
    Is there any way to export photos and retain the EXIF info in the photo? I would like to share the photos with the other people who were on the trip with me. Thanks.

    How are you exporting?
    File -> Export: Kind: Jpeg and tick the box at 'Location Information'.
    Regards
    TD

  • Exporting EXIF and other metadata

    I would like to export EXIF data into a spreadsheet format for my photography course assignment, but the "Export Metadata" menu option only puts out a limited set of metadata fields. I downloaded a trial version of Aperture 2 but that doesn't seem any better.
    Is there any way of exporting the full set of metadata, or at least the EXIF data?

    If you're comfortable using the command line, exiftool will do this for you.
    When my house flooded back in September, I had to take pictures of all the damaged items in the house for an insurance claim. After adding the metadata and exporting the images as jpegs, I used exiftool to extract the metadata into a csv file for importing into a spread sheet. The csv file contained the caption, keywords, filename and headline. Just google exiftool.

  • Photoshop not seeing lens model in exif data from A3 export

    Hi, I am trying to use the lens correction features in CS5 but the lens type can't be read in the exif data of an image I've exported from A3. It sees the focal length and body type. The lens type is listed in the Metadata Inspector in A3. I took the image into iPhoto and checked "extended photo info" and the lens type isn't there either. This happens with at least 2 lenses. One prime and one zoom. Any ideas?

    Hi again
    Having played with metadata a bit more, it is possible to include EXIF data for the lens size etc.. eg...EF300mm f2.8L IS USM But it doesn't append the manufacturer's name, eg I use Canon, yet 'Canon' is not appended to the Lens data like it is to the camera name..
    In the library Inspector click > Metadata > where it says 'General' click the down arrow, then click > Edit > from the window that appears click > EXIF > from the drop down list click > Lens (scroll down a bit)
    The lens you used will now be appended to your data.
    I have not tried exporting this to Photoshop so maybe you could post back if its possible to export this data to PS or not.
    Maybe someone has information on this and can chip in here with advice....
    Hope this is helpful....... Gerry....
    PS to all reading this, I also noticed while playing around with this ( I have not delved into metadata too much since Ap2) that all my personal details like mobile number, address, email etc are all appended by default, I imagine my address book info has been used here.
    A useful feature indeed while selling photo's, or if you intend it to be there..... but not so good if you are not aware it's there in the first place.....!
    Just a shared thought to whom it may concern....... Gerry.
    Message was edited by: windhoveruk

  • Export of RAW files loses EXIF data

    I am having a problem when I export files out of the PSE Organizer from RAW format to JPG that I am losing EXIF data on the resulting JPG file.
    I am using PSE 6 on Windows Vista and primarily manage my images in RAW format (Nikon D300 NEF) within the Organizer. I am using the latest Adobe Camera RAW plugin ver 5.1 but I have tried this with the last three Camera RAW plugin versions without any difference.
    I typically need to get the RAW NEF images into JPG format to post them to my blog so I normally select several NEF files at once within the Organizer then CTRL-E (or File, Export, As New Files), select JPEG, then Export.
    The resulting JPG file has no EXIF data for the camera (e.g. Camera make, model, f-stop, exposure, etc) that was on the original NEF file. I am determining this by right-click, Properties, Details on the file within Windows explorer.
    Other tests I have done to diagnose this are:
    1. Opening an NEF file in Full Edit mode from the Organizer then doing a File, Save As (JPEG), the missing EXIF data *does* get saved properly. The problem with this approach is that it is not suitable to export hundreds of NEF files.
    2. I downloaded a trial version of PSE 7 and it behaves identically to PSE6 in this test.
    3. I downloaded a trial version of Lightroom 2 and the export feature works properly in this test.
    Any help would be appreciated.
    Baden Smith

    My observations of what is happening is exactly what you are seeing with one exception about the XMP update. <br /><br />My reply that I posted about seeing the XMP file being updated was based on the observation that when I did a File > Write Keyword Tag the time and date changed on the XMP file as seen with Windows Explorer. I also looked inside the XMP file with a text editor and saw the updated comments and tags inside. See this section of the XMP file that shows the comments and tags:<br /><br />------------<br /><rdf:Description rdf:about=""<br />    xmlns:dc="http://purl.org/dc/elements/1.1/"><br />   <dc:creator><br />    <rdf:Seq><br />     <rdf:li>Baden Smith</rdf:li><br />    </rdf:Seq><br />   </dc:creator><br />   <dc:rights><br />    <rdf:Alt><br />     <rdf:li xml:lang="x-default">Copyright - Baden Smith - All Rights Reserved</rdf:li><br />    </rdf:Alt><br />   </dc:rights><br />   <dc:description><br />    <rdf:Alt><br />     <rdf:li xml:lang="x-default">Fishing boats sailing by our balcony at dawn in Zanzibar</rdf:li><br />    </rdf:Alt><br />   </dc:description><br />   <dc:subject><br />    <rdf:Bag><br />     <rdf:li>Africa</rdf:li><br />    </rdf:Bag><br />   </dc:subject><br />  </rdf:Description><br />------------<br /><br />My original question posted was about the export to JPG and not seeing the camera EXIF info being exported. Do you know if this is configurable or is a bug?<br /><br />Baden

  • EXIF data filtered when exporting to Flickr

    I've noticed that some EXIF data seems to be filtered out when exporting photos to Flickr via Aperture's built-in Flick exporter.
    For example, if I export same photo using Flickr's upload page, then using Aperture's built-in Flickr exporter, then re-download original back to my computer, the fields like "lens size" are missing from the copy exported by Aperture.
    There's few other fields that are silently filtered out by Aperture. Looking at the differences between two copies of the same photo re-downloaded back from Flickr, examples include fields such as digital zoom, subject distance, focus mode, macro mode, firmware version, serial number, owner name (and the list goes on)...
    While one could argue that some fields contain personal information, there's my real name on my Flickr account, so having serial number or owner name in EXIF data removed is kind of pointless for my use case. Also, there's tons of photos I exported in the past to various photo sharing sites containing these headers anyhow.
    I'd really like to preserve some interesting and useful (technical) fields such as lens size or subject distance. Is there a way to tell Aperture "I don't care, the world already knows this stuff, don't filter EXIF info when exporting"?

    Hi Raja,
    Not sure, what version are you in, but must not be in latest.
    You have to write a e-text to get csv/txt of the desired format.
    By default, if you are not in latest version, you will see some data when you select csv without E-text template

  • GPS Altitude Not in Extended Photo Info or EXIF Dat ahwne exported

    Hi,
    I have my own website that uses a Goggle Maps plugin to read and show GPS info for photos I upload. When I use Places to capture that info the Altitude info is not stored either in iPhoto's database or in the EXIF info for the photo when exported. Is there anyway get this info stored in the database and phot when exported?
    The Google Maps plugin on my site makes use of the Altitude details to show a more close up image depending on the altitude chosen. Without this info the site just shows a extremely high level world map with a pin showing in the country where the picture was taken. Not particularly useful. So I have to go and edit each file on my website and manually add this info. Which is very time consuming.

    Jennec
    iPhoto menu ==> provide iPhoto feedback
    There is no provision in iPhoto to add altitude at this time - iPhoto should maintain the EXIF data that is imported - if it is not then I certainly would report that as a bug
    When I show extended photo info in iPhoto for photos it shows the altitude - I presume it exports - will test later
    LN

  • IPhoto '08 loses exif data when exporting RAW to JPG

    I'm using a Canon 40D shooting only RAW. I just recently noticed that when I export to JPG, iPhoto loses quite a bit of important EXIF data, including, aperture info.
    Is this a known issue, or is it something unique to my system?

    I guess I misworded it. I understand that the info doesn't go away or come back. Either there's a problem in both Finder and flickr (I've uploaded the file to flickr.com) where neither finds the info in the jpeg or there's a problem in the way iPhoto writes the EXIF data to the file.
    Today, I downloaded EXIFViewer for an alternate look at the EXIF fields and the aperture data is there according to EXIFViewer. So, now I think the bug may be with flickr. Can't really call it a bug in Finder, since the expected functionality for finder is not to get "aperture info", but "More info."
    In any case, these are the fields in the More Info:
    |RAW:Name_|_RAW:Value_|_JPEG:Name_|_JPEG:Value|
    |Dimensions|2586x3892|Dimensions|2586x3892|
    |Device make|Canon|Device make|Canon|
    |Color space|RGB|Color space|RGB|
    |Profile name|Adobe RGB (1998)|Profile name|Generic RGB Profile|
    |Focal Length|44|Focal Length|44|
    |Alpha channel|0|Alpha channel|0|
    |Red eye|0|Red eye|0|
    |FNumber|4|
    |Exposure|1/60|Exposure|1/60|
    |Last opened|Monday, May 19, 2008 6:31 PM|Last opened|Today, 9:31am|
    And the meta info on flickr is here:
    http://www.flickr.com/photos/carloscervantes/2536040124/meta/
    Again, no aperture data in either flickr or Finder.

  • Batch Change "Date Modified" to match Exif Data After iPhoto Export

    Among several other posts about similar situations, I have found none that directly and simply resolve this issue.
    My wife imported a bunch of photos into iPhoto directly, but I wanted them in a folder on the hard drive.
    I pulled them out of iPhoto into a folder, then deleted the ones in iPhoto so that I could sort them and reimport.
    I then realized that the photos all now showed the date they were imported into iPhoto as their created/modified dates, which makes it impossible to easily sort them by the date of the pictures.
    I checked the Exif data, and it has preserved the correct creation date event though checking "info" on the pictures shows create date the same as modified the same as iPhoto import.
    Is there an easy way to batch change an entire folder of pictures to change the Created/Modified dates to match the Created date from the Exif data?
    The only other similar posts had answers that reccomend a piece of software that does not seem to actually do this, and one that suggests some sort of confusing script that I don't really understand.
    Please help - I have a bunch of family photos that I really need to fix.

    shootShifter helps to redate and rename complete folders of images based on the EXIF data or Finder dates.
    So it will do batches.
    I also believe that exporting the Original (File -> Export: Kind Original) will make all of this unnecessary.
    I don't like having them only in iPhoto so I organize the originals into folders by choronological event then import them so I have copies outside the iPhoto library to put elsewhere.
    You understand that you're using twice the disk space there, right? And that it's quite unnecessary. All iPhoto does is to put them in folders too. Have you looked inside the iPhoto Library ever?
    Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed. Your photos are in the Masters folder.
    Standard warning: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things,, deleting them or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    Regards
    TD

  • IPhoto '08 corrupts EXIF data on export

    Hello All,
    In using iPhoto '08 (including the latest update to 7.1) I am noticing the when I export files the EXIF data is getting corrupted.
    My original files are fine--all EXIF data shows up properly, and galleries which I post to that are capable of displaying EXIF data display it just fine. However, when I export a file from iPhoto to JPG format, the galleries are unable to display the EXIF data. Using the Firefox extension, 'EXIF Viwer' ( https://addons.mozilla.org/en-US/firefox/addon/3905 ), I see there are errors in the data (screenshot here: http://jaaulde.com/exif_viewer.png )
    Thanks for any help you can provide.
    Jim

    Jim:
    It may be the server side software that's causing the problems. Another thread went thru something like this extensively and we found that files from some cameras, Canons for one, are not read properly by the software. We've downloaded the files and read the EXIF data and it was all there. I have a gallery of files from various cameras as an example: http://gallery.mac.com/toad.hall/100196. Click on the "i" button in the slideshow and you'll see those that get the EXIF data correct, primarily the shutter speed, and those that do not. I don't remember the thread but you can search this forum for "EXIF web gallery" or similar.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance. iPhoto doesn't not have to be closed to run it, just idle.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • EXIF data stripped on export??

    Why on earth would FW strip a photo's exif data when exporting? Web graphics are sometimes contractually required to retain metadata. This opens users up to liability if they don't realize that a photographer's credit is removed during compression.
    Is there any way to have this reversed??

    I'm aware of the fact that image copying is widespread. This is why exif data is often a requirement to inclusion in web-displayed images; it reduces liability of web publishers, because we've done all we can to prevent copyright attribution from being removed from the image. Are you aware that many photographers' contracts stipulate harsh penalties for publishers who remove metadata from provided files?
    Photoshop has 2 problems. The first is that it seems impossible to automate a batch to export a folder of images with "save for web" settings. All my research suggests that it's impossible without digging into actual scripting, rather than relying on actions.
    The second problem is that the fireworks "save for web" option is roughly 40% more efficient than the photoshop method, for comparable compression artifacts. I have no idea why photoshop wouldn't use the more efficient fireworks algorithm, but it simply doesn't.
    In the past I've used imageready, which provided slightly better compression ratios than photoshop, retained all exif data, and allowed the creation of droplets. With the nonsensical removal of imageready from photoshop, and its replacement with the comparatively crippled fireworks (the compression efficiency is nice, no droplets is tolerable, but exif stripping is unforgivable in this day and age), I'm left searching for a product that will serve my needs.

Maybe you are looking for