Remove the Exif data with using "save for Web".

I have very large files.  I need to remove the EXIF thw.  I don't want to not use "save for web", because its impact on the quality and size (recompresses) files.  I need the files remain Nations United has changed with the exception of the removal of the EXIF data.

I have a large number of files to do this to.

Can anyone help?

Thank you

I'm not messing around with PS more for that matter...  3.6 Lightroom it in one easy step.  Without messing with additional TIFF files or to back up several files or Actions.

YES!

Tags: Photoshop

Similar Questions

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • Since the update to 2015 CC, "Save for Web" crashes whenever I have it try. Is there a new way to save pictures off in many sizes?

    Hey everyone, since I've updated for Creative Cloud 2015, whenever I have tried to use the option 'Save for Web', Illustrator will crash all trying to render the preview. I understand that save for web was marked as legacy in Photoshop - so I feel this feature is on its way out the door. So, I was wondering if there is another way to save an image in many sizes? It was my main reason to use save for web. Under export I don't see the option for several sizes. Thank you!

    James,

    Personal Adobe works with issues save for Web, but it can take some time.

    Some have re-established CC 2014 because of this.

    If uninstalled, you can reinstall CC 2014.

    o-CC-or-any-creative-cloud-application/ http://blogs.adobe.com/kevinmonahan/2014/01/29/Revert-to-a-previous-version-of-Premiere-PR

    Or from the tab versions in the app management CC using the CC Office management application, you should be able to go to the top gear icon on the right. Find the Illustrator set up and that there should be an option of previous Versions that you can develop.

    Or go to your console CC > menu APPS, then scroll down to find additional applications and the right to it see you blue text (probably all applications.) and choice of menu, open it and jump a little below in black letters menu (video, etc.) there is a blue line SEE the PREVIOUS VERSIONS, click on it, you will see the names of all the software without number , click on install and you will see all earlier versions to install according to your choice.

    You can also see how to post #20 by Drawingbuddy in this thread:

    https://forums.Adobe.com/thread/1871573

    Otherwise you might get drawn to help here.

    http://prodesigntools.com/Adobe-CC-version-control.html

    Our Adobe staff friends are busy to 2015 CC research questions, so I hope the dust will settle soon and everything will be fine.

  • Is it possible to preset on high JPEG when you use "save for Web". » ?

    Hello

    I use photoshop elements 10. When I'm ready to save the image under "SAVE for WEB" can I preset it 'JPEG HIGH' cos right now it will pop up in "GIF".

    When I use the PSE2, I am able to launch as JPEG HIGH. Now, I have to click the popdown menu to select 'JPEG high '.

    You need to right click the icon of the PSE Bureau and choose "Run as Administrator".

    Then, open an EPS file, use save for Web, and change all the settings to what you prefer. Hold down the Alt key and the 'Done' button will change to a button "Remember." Click it, and then save your image. The settings will be saved and you don't have to rerun PSE as an administrator.

    Ken

  • When you save the file GIF grace to save for Web how can I save the original?

    Hello.

    When you save the file GIF grace to save for Web how can I save the original?

    I need the original and not optimized.  Help, please

    ilyag58620179 wrote:

    But I need to GiF animation file

    And by definition, a GIF image is optimized! A GIF is not the same size of the PSD file, and you are mistaken in thinking that you want it to be. If you are trying to achieve the slightest loss of quality, regardless of the size of the file, then you need to adjust your settings to save for Web.

  • Unable to save a slice with the original size using save for Web

    Hello

    For some odd reason, I can't increase the percentage more 45.84% in the section of the dialog Web Image size, save for

    so whenever I have save a slice, it ends up to half the original size.

    Screen Shot 2016-05-31 at 13.19.01.png

    I remember ever change a setting that can get there... How Photoshop could prevent you to save your image in original size?

    Please help me. I manage to get the slice in the original size now to meet the deadline for my project.

    As far as I know, photoshop for the web economy imposes a limit of size about 8182 pixels height or width and if the range or image is larger, save for web shows that the image/slice has been resized.

    The strange part is if is not a click on one of the options the Image size, the image/slice seems to be saved in the original format, even if it is greater than 8192 pixels in height or width.

  • When you use "Save for Web" with slices, it puts the images exported to a/images folder. Can I turn that off?

    I don't want to create a new folder/images every time I export images. I just want to export directly into the folder I specified.

    Is it possible to change this? I could not find a way.

    Thank you!

    In the save for Web dialog go to the dropdown menu, click change output settings and under saving files, uncheck the Set of Images in the folder

  • Try not to save artboard when you export or using save for web and devices

    Hello

    I use AI CS5 and I'm recording a logo located on a 8.5 x 11 artboard.  When I try to export or 'save for web and devices', I get plan all work to be saved - not only the logo as I want.  I never had this problem in CS3 and just start with CS5, so I don't know if there is something new that I have to be put out just to save the logo rather than the entire page of 8.5 x 11.

    Any help is appreciated,

    Kristie

    The option named "Clip for work plan" and that you find in the menu object > Slice or in the dialog Web save for

  • Save for web is not defined at 72 dpi

    For some strange reason PSCC stopped to change the resolution of the images at 72 dpi when you use 'save for web' legacy. Just keep the image at the same resolution that he began.

    Anyone got a fix?

    Anyone know of a different method in PSCC change dpi images without changing its dimensions?

    Thank you

    Charlotte

    Perhaps the problem is that you have the 'All' value that respects the value of the ppi in the file when you use save for Web to metadata.

    Set it to 'None' or a setting lower than 'all '.

    Conversely, if you want to use SFW and keep your ppi 300, the value 'All' setting or it will default to 72.

    72 DPI refers to the old Mac screen resolution and is a basic rule for web developers, even if 114 or 226 is more common these days.

    72 for Mac and for Windows 96 were common monitor resolution standards in the 1990s.

    Gene

  • Illustrator CS5 - save for Web

    Hello

    In Illustrator CS4 when I create a chart on my work plan and click on save for Web, the 'export' area is trimmed to fit exactly to the work.

    After the update to CS5, it is no longer the case and I have to adjust the size of the artboard manually before using save for Web.

    Is there a preference somewhere that changes this behavior or it's new and ANTICIPATED?

    see you soon,

    Kevin

    Can't simply uncheck you the "Crop for artboard" option in the save for Web dialog box?

  • After using the save for Web and devices for sharpening

    I'm a relatively inexperienced user of PS with CS4. Most of the books tell you to resharpen once the use of SFWand D. disorder is you have a carefully saved JPEG the right size, etc. for the work at hand, but if you sharpen in PS, you end up with a PSD file to be converted again. Can you tell me what is the usual way and the best way to deal with this. Thank you.

    Here's a good example of use save for web in a good way.

    http://mountaintrailphoto.com/article_prepare-photos-for-the-Web.htm

    MTSTUNER

  • I want to remove the EXIF files

    I put JPEG images to a flash drive to show on my Smart TV and you want to remove the EXIF data, which of course are not readable, but I have to scan through them.  How should I be save these photos in Photoshop CC?

    Normally jpg is not the xmp (exif) files, unless they have been open in Camera raw for editing. If this is the case, you must resave JPGs - never a good idea because of re-compression. I would like to processor use Bridge and image to save the files that you want to display on your smart TV on the flash drive. That would eliminate the sidecar xmp files.

  • How to save for Web cut EXIF but keep other meta -?

    Hi, people.

    Any chance I can save for Web in CS5 to cut camera of the EXIF data, but keep all my other metadata, such as keywords and copyright/contact info?

    (I like SfW because it erases all the EXIF data (and I need for my customers to see all my exhibition/camera data), but it would be really useful to keep other things.)

    Thank you!

    -GK

    There is in the save for the web dialog, next to metadata, including the list

    you want to keep the data. One of the choices is anything but camera Info.

    Maybe what you want.

    MTSTUNER

  • Photoshop CC: Save for Web - the file or directory is not found.

    I have Photoshop CC installed on a Mac laptop and everything works fine. I recently installed Photoshop CC on my iMac and when I try to save for Web, I get the error "the file or directory is not found." ...

    As far as I know, all parameters are the same as they are on my laptop. This file is not found? Where do I get it? I tried to uninstall Photoshop CC and reinstall, but that solves nothing.

    OS X 10.9 running on two computers

    I found my problem. I moved the folder my documents on a faster HARD drive and had it mapped with this player yet. I deleted the files preferences related to save for web, but they did not help so I went he tracks farther and that's what I found for my problem (even though Photoshop is configured to use a RAID as a scratch disk.

    Thank you

  • 'Save for web' and PS issues touch the color?

    Thanks to those who help on my last request.

    Another thing I couldn't see, is how I can maybe 'save for web', similar to that in the full program of the elements. A handy feature that I can't not far back in the Touch program.

    Maybe this isn't a feature included, because I do not know there had to be several Cup back to facilitate the price of the touch program.

    I use the installation of 'filler' for the background to get the color as close to my site I can get.  The problem is that when I format the following image on my list, the color, I selected previously is no longer listed, so have to use the slider to get to back to the color.

    Is there a way I can save my colors, or better yet use colors 'web '?

    I think the thing about web colors in the elements is so that the color is the same view of any monitor, for example a customer looks at one of my Web site? Or of course I could be very wrong here!

    Thanks for any input.

    Post edited by: blackleyk

    In elements I use 'Save for web' and select the background color as CC99CC - for example, it would be the same thing every time.

    Whereas it is in contact, this does not seem possible?

    Customize your color to 1

    Once finished, press 2

    Press 3 to add color to your palette. This color should be available next time. (Don't forget to type 2. This is where your custom colors are stored).

    As far as the "web safe" colors go, the best thing to do is to use the icon between 1 and 2 and specify RGB and enter the values associated with the colors of the secure web. You can then create a palette using the method above. (TIP: to get rid of colors in a palette, just off flick.)

Maybe you are looking for