Reducing file sizes going from LR to PS

Hi - just wondering how to reduce file sizes when I edit from LR4 into PS 5.
I was working on some jpg files and they are around 5mb but when I open them in PS it shows them to be 50mb. ... Just wondering why and how to open them so they are not 10 times bigger?
Thanks
Rob

What Dde said. I'll add that if you have a new camera supported in ACR 7 or 8 that isn't in ACR 6, I think "Open Anyway" will open Photoshop if it's not already open, but then might not do anything after that becaus PS/ACR can't open the raw file. Figured that out after a lot of confusion about why Photoshop just sat there.

Similar Messages

  • File size goes from 54mb to 214mb for my 250 page pdf portfolio upgrading from 9 to X

    I have a 250 page portfolio created in 9 pro. When I upgraded to X, the file size went from 54mb to 214mb. Anyone know why this would increase by 400%? And, have i made a big mistake upgrading to X? What can be done to keep the file size somewhere near the original 54mb? Each pdf has 1 jpeg and a bit of text.

    Hi "lampmaker". I'd suggest logging a bug for this and being as detailed as possible about the contents of our portfolio. The form for bug reports can be found here https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&promoid=EWQQL

  • How do I keep the same file size, going from tiff to jpg?

    Going from tiff to jpg, how do I keep the same file size? Seems like I am not able to save the jpg´s in 16-bits... Thanks!

    file size? you mean dimensions or file bytes ?
    Jpg is compressed so it won't be the same
    Tiff is losless / lossy format to get the better quality
    as for 16bit jpg the format doesnt support it

  • What do I loose with "Reduce File Size" to Acrobat 8.0 compatability?

    When scanning documents using the Acrobat interface in 9.0, I find that the file sizes are very large...about 1.5MB per page. If I then select the "reduce File Size" option from the Document tab, and select Acrobat 8.0 and later compatibility, the file size is reduced by 10 fold....to something approaching 150 KB per page. I don't see degradation of the scanned image on my screen....but am I loosing image quality?

    I tried it at home & I used the optimize pdf thing. It went from 17MB to 12MB so I re-optimized it & got it down to 3MB. It's as good as it is going to get. The big problem is that the .pdf that I have was scanned on a copier machine.
    I printed the 3MB pdf on the color printer & it came out okay, but then I printed it on the black & white printer & it barely had any ink on the page....
    I am just going to not bother with it anymore. Not much I can do with a scanned document & it's not even my job to begin with!
    Thanks Bill.
    Jules

  • Reduce File Size functionality

    Hi,
                I want to automate the Reduce File Size functionality available in acrobat in one of my plug-in application. This is because,
                          Earlier I used "PDDocSaveWithParams" to set the PDF file version as per user selection, but it was failing many times to set PDF Version to lower versions.  So later I did the following change.
                I used "AVDocSaveOptimized" to set the PDF to the user selected version(It may be to a lower or to a higher version).  It was working fine.  but later when it is used on acrobat Standard version. It is failing to do the same, as "PDF Optimizer" is abesent in Standard.
                I need to find an alternative to set the compatible PDF version, which works on both Standard and professional.   So if I am able to automate the Reduce File Size funciton from acrobat window, it will set the PDF version of the file to the user selection.  Can anybody tell me, how can i use it?  if it is through AVCommand, then which is that command.  
            If not, what alternative i can use to set the PDF version of the file to the user selection?
             Please help me,
    your help would be highly appreciated.
    palaksha Nyamathi

    But the in that funciton
    it is working fine on Acrobat Professional, but the same without any changes (and for the same set of PDF files),
    it is crashing on Acrobat Standard.    I don't know what's going wrong here.  I have just added code part below,  Can you tell me, where it is creating problem and what's remedy for this?
        if(iAVersion == 0) iAVersion = kPDFOptRetainVersion;
        else if(iAVersion == 4) iAVersion = kPDFOptAcrobat5;
        else if(iAVersion == 5) iAVersion = kPDFOptAcrobat6;
        else if(iAVersion == 6) iAVersion = kPDFOptAcrobat7;
        PDFOptFlattenTransparencyOptions trnsOpts;
        trnsOpts = (struct _t_PDFOptFlattenTransparencyOptions*)malloc(sizeof(PDFOptFlattenTransparencyOptionsRec));
        trnsOpts->size = sizeof(PDFOptFlattenTransparencyOptionsRec);
        trnsOpts->pctRasterVectorBalance = 75;
        trnsOpts->ppiLineArtAndText = 300;
        trnsOpts->ppiGradientAndMesh = 150;
        trnsOpts->bConvertText = false;
        trnsOpts->bConvertStrokes =  true;
        trnsOpts->bClipComplexRegions  = true;
        trnsOpts->bPreserveOverprint = true;
        PDFOptImageOptionsRec imageRec;
        imageRec.size = sizeof(PDFOptImageOptionsRec);
        imageRec.enmDownsamplingAlgo = kPDFOptBicubic;
        imageRec.ppiDownsampleTo = 150;
        imageRec.ppiDownsampleAbove = 225;
        imageRec.enmCompressionAlgo = kPDFOptJpeg;               
        imageRec.enmCompressionQlty = kPDFOptMediumQlty; 
        imageRec.nTileSize = 1024;  
        PDFOptParamsRec optParam;
        optParam.size = sizeof(PDFOptParamsRec);
        //Changes for defect 11853. palaksha  
        optParam.asPathDest = ASFileSysCreatePathName( ASGetDefaultFileSys(), ASAtomFromString("Cstring"), OLE2A(csfile), NULL );
        optParam.fileSys = NULL;
        optParam.progMon = NULL;
        optParam.progMonClientData= NULL;
        optParam.enmAcrobatVersion =  iAVersion;
        optParam.imageOptionsColor = imageRec;                           
        optParam.imageOptionsGrayscale = imageRec;                     
        imageRec.ppiDownsampleTo = 300;
        imageRec.ppiDownsampleAbove = 450;
        imageRec.enmCompressionAlgo = kPDFOptCCITT4;
        optParam.imageOptionsMonochrome  = imageRec;          
        optParam.arrPDFontsToUnembed = NULL;       
        optParam.cPDFontsToUnembed =0;       
        optParam.pdfOptFlattenTransparencyOptions = trnsOpts;    
        optParam.bRemoveFormActions = false;
        optParam.bFlattenFormFields = false;        
        optParam.bRemoveJavascriptActions = false;
        optParam.bRemoveAlternateImages = true;
        optParam.bRemoveThumbnails = false;
        optParam.bRemoveDocumentTags = false;
        optParam.bSmoothenLines = false;       
        optParam.bMergeImageFragments = false;
        optParam.bRemovePrintSettings = true;
        optParam.bRemoveSrchIndex = false;
        optParam.bRemoveBookmarks = false;
        optParam.bRemoveCommentsAndWidgets = false;
        optParam.bRemoveDocInfoAndMetadata = false;
        optParam.bRemoveObjectData = false;
        optParam.bRemoveFileAttachments = false;
        optParam.bRemoveCrossRefs = false;
        optParam.bRemovePrivateData = false;
        optParam.bFlattenVisibleLayers = true;
        optParam.enmObjectCompression = kPDFOptPartialCompression;
        optParam.bUnencodedToFlate = false;
        optParam.bLZWToFlate = true;
        optParam.bRemoveInvalidBookmarks = false;
        optParam.bRemoveInvalidLinks  = false;
        optParam.bRemoveUnreferencedNamedDests = false;
        optParam.bLinearize = true;
        optParam.bSkipIrreducibleImages = true ;
           CString csFileName = "";
        bOptimize = true;
        AVDocSaveOptimized (avDoc, &optParam);
    thanks for you help,
    palaksha

  • Trying to reduce file size of my opening page in a flash site

    I'm using the Flash CS4 IDE, and the first page of my site takes a lot longer to load than I want it to.  So I wanted to go through the varied images / symbols / movie clips / sounds and so on to see where all the memory is being chewed up.
    When I go into my library, however, I can see the Name, LInkage, usecound and Type of my elements, but no mention of file size and I can't seem to find any right click menu that lets me add file size to the list of details being displayed.
    Is there a way to make it show file size?  Or some workaround?
    And are there any best practices to reduce file size aside from using symbols for anything that's used more than once and reducing image and sound quality?
    Thanks

    I was actually using the term pretty loosely.  I'm building a Gaia site which works by loading an Index page, then a Nav (navigation) page on top of that, and then lets you load and unload pages as necessary on top of those.
    Since the Nav page never gets unloaded it's a good place to park certain content.  So it's actually my Nav page that's gotten too bloated.  And the coding is handled through a separate Nav.as file (so it's not the first frame of my nav.swf, it's all the varied movie clips I had to incorporate into my Nav.fla
    I'm just looking for a way to identify which MovieClips &  sound files (only have a couple of short ones) and other assets are taking up the most memory so I can see if I can cut those down.
    Also, do unused symbols use up memory or is it only the assets you actually end up adding that count toward file size?
    Thanks

  • Making a interactive PDF from indesign, but it's too big. Tried to reduce file size in Acrobat, but

    Making a interactive PDF from indesign, but it's too big. Tried to reduce file size in Acrobat, but it does not reduce file size.

    Use the Optimize PDF command in Acrobat, it gives you more control. I think it's under the Advanced menu in Acrobat 9 Pro and File > Save As > Optimized PDF in Acrobat X Pro.
    You might try playing around with different settings. You can also click the Audit Space button at the upper right to see if its from images or other things causing the file size problem.
    Unfortunately, InDesign doesn't write interactivity in a very optimized way. You get better results with buttons, for example, creating them in Acrobat Pro and using the Duplicate command to duplicate them across multiple pages.

  • How to reduce file size of pdf documents from 12 mb to 4 mb

    i am trying to reduce file size at adobe reader original document size is 12 mb i need to get it down to 4 mb , please help how

    You might be asking for the impossible or the easy. Acrobat Pro can reduce the size of PDF files, but nobody can promise any particular PDF can shrink.

  • PDF Reduce File Size makes certain pdfs HUGE

    Generally reduce file size works great for me but certain files, those coming from someone using Microsoft Publisher in particular, result in larger pdfs. She sends me newsletters for a website and sometimes the 3 page pdfs are 2-4mb. I tried opening in Preview and re-saving them using the Reduce File Size filter and the result is that they ballon up to 50-100mb!! Info for the file reveals that the pdf producer is GPL Ghostscript 8.15 and the content creator is PScript5.dll Version 5.2.2. I seem to be able to open and reduce file size using Acrobat so I'm not quite sure why Preview is choking on them.

    geekinthegarden wrote:
    Generally reduce file size works great...
    Microsoft Publisher...Ghostscript...PScript5.dll
    I seem to be able to open and reduce file size using Acrobat so I'm not quite sure why Preview is choking on them.
    Hi geekinthegarden- This does not surprise me. There are many variations and reiterations in specifications of the PDF format.
    Going from Ghostscript language interpreter, to Apple in rendering could introduce complications which we will not be able to sort out in this forum encapsulating a complete description of a fixed-layout 2D documents that includes the text, fonts, images, and 2D vector graphics which compose the documents.
    Suffice to say it is not a perfect science.
    Print PDF has a compress PDF file option as well as ColorSynch in your /Utilities folder +reduce file size+ option for PDF's. This may or may not be of use.
    You found your workaround using Acrobat, this is part of the value of having more than one PDF viewer, good computing!

  • Reduce file size with action wizard

    (German version below)
    Hey,
    I got two questions for action wizard in Acrobat XI Pro.
    I try to reduze file size of many PDFs using acion wizard. My tests worked fine but now I got some problems I try to explain now:
    1. I add a directory with many subdirectorys to my process list. Adobe now adds not only PDFs to my list, it also adds JPGs, DOCs etc. That means I have to delete every single file I not want to convert to PDF cause I only want to reduce file size of excisting PDFs. Is there any possibility to only add PDFs in my processing list?
    2. If a PDF is opend by any other user I get a information about it. This info I need to acknowledge every time it pops up cause my process interrups. Is there any possibility to ignore this info?
    I´m happy for any help i can get here. Thx.
    Regards
    (Sorry for bad english, it´s not my favorite language )
    Hallo Leute,
    ich benötige Hilfe beim Benutzen des Aktionsassistenten im Acrobat XI Pro.
    Ich versuche bei sehr vielen PDFs die Dateigröße zu verringern. Dazu habe ich mir eine Stapelverarbeitung per Aktionsassistent erstellt die bei meiner Testumgebung auch super funktioniert. Leider habe ich noch einige Probleme für die ich Hilfe benötige:
    1. Wenn ich einen Ordner mit sehr vielen Unterordnern und verschiedenen Inhalten einfüge möchte ich eigentlich nur die PDFs verarbeiten. Leider fügt Acrobat auch alle JPGs DOCs etc. hinzu. Ich muss also alle unerwünschten Dokumente herausfiltern, da auch keine sortierung vorhanden ist. Bei mehreren Tausend Dokumenten nicht leistbar. Gibt es hier eine Möglichkeit nur PDFs in die Stapelverabeitung aufzunehmen?
    2. Sollte die Verarbeitung mal laufen kommt es hin und wieder vor das die PDFs durch einen Benutzer geöffnet sind. Ich bekommen hier eine Meldung von Acrobat die ich erst bestätigen muss bevor es weiter geht. Da das Programm eigentlich über mehrer Tage/Wochen im Hintergrund laufen soll passt mir das gar nicht wenn ich alle Stunde überprüfen muss ob die Stapelverabeitung noch läuft.
    Ich hoffe es gibt jemanden der mir helfen kann. Ich bin über jede hilfreiche Antwort glücklich.
    Gruß

    For starters, let's refer to your original post: "this is indeed a serious problem and step back in functionality..."  This statement is a quite ridiculous assertion, unnecessarily dramatic, wholly inaccurate, and unhelpful.  Your statement "is this a joke" and "I know Acrobat tends to choke...etc..." is just pure gibberish and polemical.   It is quite easy to feed any application enough data to cause a performance failure, but one would really need to question one's motive and prudent use of one's time at this point - unless you are tasked with stress and load testing the software to determine minimum working requirements.  
    'Batch Processing' is, since Acrobat 9.x, dead and gone, Acrobat 11's approach is to aggregate many hitherto unavailable tools and commands and allow the user to create custom workflows.  More interactivity has been built into the process, which may or may not be desirable in each case depending on the workflow context and requirements.  But we have obviously moved away from the concept of processing a large number of files and towards a more targeted and effective processing of smaller sets of files.  The default Actions we deliver with Acrobat 11 reflect this intention.
    The feature "Batch Processing", which was an Acrobat feature from A5 (I believe) up to A9, previously had been hidden in Menu/Advanced/Document Processing/Batch Processing has been wholly replaced by a completely overhauled framework called Actions, now part of the Tools panel, and will be immediately accessible when Tools is called in the UI.
    Thus the obscured Batch Processing may have been a tool considered and used by an extremely small set of users to do exactly that, i.e., batch process a large number of files, but had been fairly inflexible, generally speaking, and buggy.  We were very well aware that if we were to overhaul the feature, add a considerably larger number of available tools and commands in Acrobat, provide wide possibilities for customization built towards specific workflows, and bring it to the forefront, we were going to sacrifice some of the aspects of batch processing a large number of files.  Not calling it "Batch Processing" anymore - because it isn't - may be an indication of this intention.
    Personally I have used and tested Batch Processing periodically during various Acrobat projects, but I don't remember encountering the "Reduce File Size" command - which is a subset of Save and file optimization -  to use within a batch sequence.  I may be wrong, and your screen shots would be welcome here.  In fact go ahead and construct a batch sequence that (1) uses 'Reduce File Size and (2) applies file type filters to it, and post it either here or to me privately.  I would be happy to be wrong.  But regardless, we are grateful for positive input that points out defects, allows us to improve the functionality of the product, providing the intended changes are reasonable, and that the communication of said issues remain respectful of this process and of the individuals we depend upon to implement these changes.  The tone of your response comes very close to rendering a proper consideration of this issue irrelevant.

  • Reduce file size makes documents much larger.

    In my new Acrobat 10.1.6, "reduce file size" and "optimize" keep making the document much, much larger. Reduce file size even took a document previously at 3.3 mb and turned it into 24 mb. So I took the same document and went back to my previous Acrobat 5, and it actually reduced the file size as expected. What's going on?

    geekinthegarden wrote:
    Generally reduce file size works great...
    Microsoft Publisher...Ghostscript...PScript5.dll
    I seem to be able to open and reduce file size using Acrobat so I'm not quite sure why Preview is choking on them.
    Hi geekinthegarden- This does not surprise me. There are many variations and reiterations in specifications of the PDF format.
    Going from Ghostscript language interpreter, to Apple in rendering could introduce complications which we will not be able to sort out in this forum encapsulating a complete description of a fixed-layout 2D documents that includes the text, fonts, images, and 2D vector graphics which compose the documents.
    Suffice to say it is not a perfect science.
    Print PDF has a compress PDF file option as well as ColorSynch in your /Utilities folder +reduce file size+ option for PDF's. This may or may not be of use.
    You found your workaround using Acrobat, this is part of the value of having more than one PDF viewer, good computing!

  • Reducing File Size in Pages

    I have a book I have written in Pages. It has lots of photos. When I make a pdf, it's about 380 Megs and is larger still in the pages format--nearly 500 megs.
    The publishing company online has a maximum size limit of 400 megs for the pdf file. The book is in Spanish, but I'm making a bilingual version which will double the size. Obviously that will be too big in the end.
    I've used the Pages reduce file size feature but while it reduces it WAY down, the photos inside are kind of blurry.
    Is there a way to reduce LESS? It's all for nothing and your pages file goes from 500 or so to 11 or so megs.
    Can I reduce the file's size but not so much?
    Thanks,
    Tom in Arizona

    1. Make a schedule of the image sizes from the Graphic inspector. Use TextEdit or the like. Alternatively hand write it on a print out or as a Text box label over.
    2. Gather up your images in an Images folder. Helps if you dupe and tag the images according to Fig No. or page number at the beginning of the file name (so they fall in order).
    3. Work your way systematically through the images:
         a. Trim the image as it appears in Pages
         b. Change its resolution to 300dpi at size (for commercial printing)
              DO NOT SCALE UP.
         c. Color Correct and add sharpening as needed
    4. Make a duplicate of the file (for safety) and drag back the edited images into their locations. Hopefully you have made the images placeholders.
    5. Use this .pages file to print from if your Printer will accept it, otherwise Print to .pdf so it maintains its resolution.
    7. If keeping the file size down is important, Use Pages '09 not Pages 5 and use as much vector artwork/font artwork as possible in place of bitmap photos.
    Thinking ahead and being systematic pays off on any large project.
    Peter

  • Reduce File Size and Optimise PDF both increase file size

    Hi All
    I have exported a pdf (our college mag) at smallest file size from Indesign CS4 for online use. The problem is the resultant file size is a little under 19Mb. Using both or either Reduce File Size or Optimise functions simply result in an increase to 22Mb. The document is packed with images however I would have thought one or both of these processes would have helped reduce the file size to a more manageable download file size.
    A pdf is also produced to go to print so simply compressing all images prior to imcuding them in Indesign is not a preferable option - this would mean creating two separate Indesign documents, something which I would rather avoid if possible.
    Any help would be greatly appreciated as always.
    The file reside here if anyone cares to take a look http://www.ayrcoll.ac.uk/index.php?name=UpDownload&req=viewdownload&cid=11&orderby=dateD  It's the latest release (September 09)
    Thanks
    Colin

    You might want to do an audit of the PDF (button in PDF Optimizer) and try to figure out what the various parts are. It shows 58% is content streams (sorry, but I am not sure what that is), 26% is overhead, and only 12.7% is graphics. Since you are not storing bookmarks and such, you might want to try going back to ID and printing to the Adobe PDF printer for a comparison. It may be one technique is more efficient than the other.
    When I used the optimizer, the file did get larger. When I used Reduce File Size, it got slightly smaller. The key may be in figuring out what the various parts are from the audit. You might try copying one page of ID to a new document and play with various versions - different fonts (all were embedded and that is probably best), variations on graphics, etc. That is all I can suggest since I would simply be playing with different ways to produce the document and looking at what is causing the bloat. When the Images are only 12.7% and the fonts less than 1%, there is something going on to produce the size, and those 2 are typically the killers. I would mention tags that tend to bloat, but you do not have any (normally used for assessibility).
    You might want to try some of the preflight checks to find issues. I did the transparency check and got 170 instances in 22 pages. Flattening the page may help. There were some pages that seemed to be very bad. However, I did not get a big file size reduction. I did not get a lot of improvement by printing to a new PDF either. Certain pages seem to be part of the bloat problem. The print took a long time around pages 11 and 22.
    One troubleshooting technique would be extract pages to separate files and look at the details of each page to see what is causing the issue.
    Need to go. Good luck.

  • Reduce file size for posting

    I am trying to upload some photos to eBay.  The original file size ris under 5Mb in Aperture but eBay claims it's too large at over 9Mb (the max apparently is 7Mb). 
    Rather than bang my head again the wall arguing I'd like to reduce the file size even more to say 2Mb in Aperture but have no idea how to do this.  Would changing the pixel vertical and horizontal count be an easier way? 
    I also have no idea how to do that despite searching Help yet again to no avail.  I tried reduce photos, reduce file size, reduce pixels... nothing relevant came up.
    Sorry for being such a clutz but I never seem to get anthing from help but you guys always come up with the goods.

    You can look at the exported files in the Finder to see the size the size and you can tell if it really is to big or if something else is going on.
    So how did you export the images you tried to upload already? What settings did you use? There are a few different ways to control file size and which to use depends on how you plan on using the images.
    Assuming you're exporting as JPG you can drop the quality slider down that will definitely bring the file size down but again without knowing how you exported how much over the file really is and how you plan on using them it's difficult to get more specific.
    regards

  • Reducing file size #2...Preview, Quartz Filter vs Adobe Pro Optimize

    Questions on reducing a pages to pdf file…I will post each question seperatly.
    2) I read that you can reduce file size of a pdf in preview with a quartz filter. I created my own filer and it worked as expected. But, I also have Adobe Acrobat Pro, with save as PDF Optimized. The pro seems to have much more capability than the quartz filters.
    Is one better that the other to use? The adobe optimize (standard settings) took it from 20 to 6 megs.
    THanks, Bob

    The Adobe Acrobat settings you chose are probably using .jpeg to reduce the file size.
    .jpegs are lossy. ie You lose detail and sharpness the more you compress the image.
    The Quartz filters are usually of very high quality, but they are a black box and you need to understand what the settings are in each one. Quartz filters are extremely powerful, fast and as I said usually high quality but I suggest you experiment and see if they meet your needs.
    Peter

Maybe you are looking for

  • T-SQL how to set last row as first

    Hi, I have the following query: SELECT leveltmp, 'Level ' + CAST( leveltmp as varchar(5)) + ' (' + STUFF((SELECT top(3) ', '+ BES.Name FROM BESTB BES WHERE BES.leveltmp = BE.leveltmp AND BESId=2 FOR XML PATH('')), 1, 1, '') + ',...)' as 'level' FROM

  • I can't find the reinstall on Adobe Premiere Elements 11

    I can't find the reinstall for Adobe Premiere Elements 11 after it told me to uninstall the program and then reinstall.

  • Oracle XE 11g R2 - Cannot Reach Homepage

    Hello Everyone, Try as I might, I cannot get the Oracle XE 11g Release 2 homepage to come up. This is a fresh install. I've read numerous forum and blog posts and still cannot find a solution. Here's the following pertinent information from what I ca

  • Transport of Customized or created report.

    Hi Experts, I have a requirement to develop report in SAP BI, those reports are not available in Business Content. For this Please advice me on below queries. 1. How to transport developed reports or how to add user developed(created) reports in TR?

  • Non-native resolutions don't scale

    I've installed Windows 7 RC on a Dell Latitude D820. There is a place in the BIOS where you define the behavior of the screen when you change to a non-native resolution. By default it should scale the image to take up the entire screen. This laptop h