Pixel dimensions and how it differs from the size of the file

Ihave this photographer who sends me a picture of a print document.

There he cropped to the correct size:

Screen Shot 2015-05-29 at 11.27.15 AM.png

But, the image is grainy and I'm afraid it all there just resampled it. It is hung on the fact that it is of 74.6 M in this screenshot, but the file is a JPG of 10 MB. He repeats to me that image must be big enough, because he is 74.6 MB and I do not have "uncompressed" it properly.

So my question is, how I clearly explain how the Dimensions in pixels of 74.6 M is really different from a file that is 74.6 MB in size and is not really an indication of the image quality in this case? Or am I missing something, is there a way that I have to process this file so that it is high resolution enough for printing?

Thanks for your help!

I really want to add to that. An easy way to see what jpeg compression is doing to an image is to enlarge your image and drag the slider down to 1 it does is "lumpy" colors together and in doing so, throwing the color information to get the size down.

You will see the "tuft" image as the file size goes down.

It does not change the number of pixels. If you open your file it will be 74 MB, and the pixel dimensions are the same quality 1 or 10 quality.

But the image will be "sick" to healthy and 1 to 10. You save space, but that's what you get.

Here's the "liquidation".  If you want to print, download a flat tiff file. In ancient times the modems and readers of 500 MB, jpeg may have made sense, but there are terabyte, DSL speeds and cloud like Dropbox storage disks. It's cheap send a uncompressed file ready to print.

Tags: Photoshop

Similar Questions

  • What is the use of FPGAS and how it differs from the IO Modules

    Hi all

    Maybe it's a silly question for most of you.  But I have very less knowledge about the basic concepts of electronic (FPGA, real-time) to cRIOs. I know that FPGA

    can be used to generate circuits within the chip that helps by some logical functions.

    I've just started working in the cRIO.  My question is that we have Modules e/s making it outputs all the application entry.  So, what is the purpose of e/s in the FPGA.

    Lets consider that we entered for an application of RTD.  In this case the module NI 9217 itself exits 24 bits of data from the RTD measurement which may be the process of the LabVIEW VI.  What will be this FPGA between the i/o Modules and the processor will help in?  Also I want to know what type of communication is used to send data between the FPGA and host modules.

    Thanks in advance

    Ajay HI:

    Sorry, you do not have an answer to your original question. However, you are right about the benefits of the FPGA. You said, if you build pre-processing in the FPGA, you can unload a lot of potentially CPU calculations out of the host processor. In addition, the program running on the FPGA is highly deterministic and can run the code very quickly. So if you build a kind of guard or evanescent dog part of your application, the FPGA is a good place to put it.

    To answer your other questions, communication between the modules and the FPGA is generally above the SPI and the data can be transferred between the FPGA and host via DMA FIFO operating on the PCI bus or single point save access using read/write in the FPGA host Interface controls. You can also use interruptions in signal of disputes between the FPGA host.

    I hope this helps, but let us know if you have any other questions.

  • What is d3ddrv.dll and how do I get the file?

    Hello

    First of all, I would like to thank Microsoft for its useful programs.

    In fact, I want to know what is d3ddrv.dll? and games need this file to start?

    Actually this file is not in my computer and if I need this file how to get it?

    Hi Iso_the_man16,
     
    -You receive an error message that is associated with this file, while launching a specific application?
     
    D3ddrv.dll is a patch file for the cards Direct, used 3D for 3D games.
     
    If you receive an error message related to this issue, or if you need this file, you may need to contact the video card manufacturer for the latest driver to solve the problem.
     
  • Factory reset for VGN T37GP and how to back up the files of windows before hand

    I have to do a factory reset for VGN-T37GP (Australian model?)

    I need to reload the Windows operating system and delete the previous owners files.

    There is 1 link on which I can click on the Sony site that will do it without too much hassle?

    I don't have a copy of the Windows operating system either, I was wondering if Sony which will provide once I click on the link? (There is a sticker windows with serial details on the back of the Vaio, so I think that Sony will provide it).

    Can someone direct me to where I can find a link to the question above? Thank you.

    Also noticed a lot of heat in the upper left rear of the Vaio. I'm guessing that it may break soon.

    Model VAIO: VGN T37GP

    What is the life expectancy of the Vaio model: VGN T37GP? On average?

    I don't have the recovery disks. They are free to download?

  • How is the content repository differs from the ability to plugin ECM

    How is the content repository differs from the plugin ability suh as Documentum ECM. What are the different use cases. What is the best to use for document management downloads per user for association with personal products/services of the user?

    Content Repository is one based on the standards, all featured reference, included in all editions of the Adobe Digital Enterprise Platform and Solutions. You can use it to store and access content, run the complete set of content as search services, authorization, etc. Therefore, it is ideal for all needs related to document/content/assets of your applications. It offers the JCR API, as well as access via RESTful interface and player network WebDAV (among others). In addition, the content repository content management makes immediately available for all solutions that work platform.

    In essence, repository content is your go - to place to store and manage content in the platform/Digital Business Solutions. It is well suited to meet your use case.

    The Plugins of ECM (connectors) are used if you have existing LiveCycle document services, and you have a ECM systems in your infrastructure used in the form of archive. It then lets you connect to such a system of 3rd - party and recover the document for the treatment, as well as store them back for archiving.

  • Me and my dad is from the same Apple ID and I want to set up his own, but how it will get all his contacts, photos etc from my Apple ID? Or he will lose all? or I could keep them saved for him and send more via an application any?

    Me and my dad is from the same Apple ID and I want to set up his own, but how it will get all his contacts, photos etc from my Apple ID? Or he will lose all? or I could keep them saved for him and send more via an application any? I don't know how to resolve this issue, if someone could point me in the right direction.

    Have him create a id Apple here- create and start using a Apple - Apple Support ID, and then both you can create an album-photo sharing Photo Sharing - Apple Support iCloud

  • I need a PDF by email from the file and need to password protect the file. How to password protect the file?

    I need a PDF by email from the file and need to password protect the file. How to password protect the file?

    Hi olivera96817159,

    Password protect the PDF file, you must use Acrobat Pro DC, it is not possible with Reader app.

    Thank you

    Abhishek

  • How can I get the second and third highest salary from the emp table

    How can I get the second and third highest salary from the emp table in the ecah Department
    SQL> ed
    Wrote file afiedt.buf
    
      1  select empno, ename, sal, deptno
      2  from (
      3    select empno, ename, sal, deptno, dense_rank() over (partition by deptno order by sal desc) as rn
      4    from emp
      5    )
      6* where rn in (2,3)
    SQL> /
    
         EMPNO ENAME             SAL     DEPTNO
    ---------- ---------- ---------- ----------
          7782 CLARK            2450         10
          7934 MILLER           1300         10
          7566 JONES            2975         20
          7876 ADAMS            1100         20
          7499 ALLEN            1600         30
          7844 TURNER           1500         30
    
    6 rows selected.
    
    SQL>
    
  • While trying to upgrade to remote desktop I get the following error message: Setup cannot update your Windows XP files because the language installed on your system is different from the update language.

    KB952155 Setup Error.

    While trying to upgrade to remote desktop I get the following error message: Setup cannot update your Windows XP files because the language installed on your system is different from the update language. Now, that - what it means and how can I fix it? I have installed SP3

    Eivind Aakhus Hello,

    If you have the latest version of Office installed on your computer remotely, then you need to enable the Active X control.

    Follow these steps to activate the ActiveX module.

    a. open Internet Explorer by clicking the Start button, and then click Internet Explorer.

    b. click Tools, point to manage add-ons and then click Enable or disable add-ons.

    c. in the list view, click to view all ActiveX, ActiveX controls downloaded controls.

    d. choose the one you want to activate, and then select Enable.

  • How can I recover the files from my USB Flash drive before it will be deleted?

    My USB Flash drive has files on it from another computer and only the files that have been stored on the flash drive which cannot be recreated. How can I recover the files? The Flash Player is telling me that it must be reformatted and the files will be deleted. It's two computers I use. Help, please

    Hello

    Looks like it might be a problem with the flash player.

    Step 1: Try to use the USB stick on another computer or a different USB port.

  • "Error 1079: the account specified for the service is different from the specifiedfor account other services running in the same process" when I try to start it manually to the top of some program services.

    Original title: How can I restore my services to the default state.

    Here is the error message when I try to start it manually to the top of some service programs.

    "Windows cannot start the Diagnostic Policy on Local computer service."

    "Error 1079: the account specified for the service is different from the specified account.

    for other services running in the same process. »

    Hi raospent,

    1. have you made any hardware changes or software on the computer before this problem?

    2. what services you try to start?

    You can follow this link & check if it helps.

    Services do not start, and you receive an error 1079 on a computer that is running Windows Server 2008, Windows Vista, Windows 2008 R2 or Windows 7

    Hope the helps of information.
    Please post back and we do know.

  • Updated Windows - you can do a typical upgrade using an installation disc that's different from the language...

    Hello, I'm Michael.

    I'm a guy who lives in Hong Kong, I bought a laptop that comes with Chinese traditional x 64 Windows 7 Home Preium. I want to use this laptop as a computer professional. Because I don't want to use Chinese as my default language in my computer, so I'm going to upgrade my computer I have subscribed the TechNet, so I downloaded an iso file from the Microsoft TechNet Web site. I downloaded an English x 64 to windows 7 Ultimate. I hope it would work, but an error message is skipped during the upgrade. It is said: you can do an upgrade using an installation disc that's different from the language installed on your computer. Go online to see how to install Windows 7 and keep your files and settings.
    I tried to press the hyperlink (go online) and it does not at all. I have to ask this question to the Microsoft Answers and see if if anyone can give come me advice because I do not want to click on the custom button because there are some files saved in my computer. So I need answers as soon as possible because I could die without a PC! Thanks for all those who read this and you time.

    No direct path to the evolution of the Chinese language to English. But you can upgrade your version of Home Premium to Windows 7 Ultimate (upgrade Express). Ultimate has support for English and a number of other languages.

    Amazon: http://www.amazon.com/Microsoft-Windows-Anytime-Upgrade-Ultimate/dp/B002JZ1QWA/ref=sr_1_3?s=software&ie=UTF8&qid=1362231885&sr=1-3&keywords=Microsoft+Windows+7+Anytime+Upgrade

    =================================================

    If you have a retail version of Windows 7, then use the "Anytime Upgrade":
    When you use the "Anytime Upgrade" option, all what you need to do is enter the product Windows 7 upgrade key has been purchased. Do this by clicking on: start/search and enter: upgrade Express

    Upward to a more powerful edition
    http://www.Microsoft.com/Windows/Windows-7/get/anytime-upgrade/Home-Premium.aspx

    Upgrade to another edition of Windows 7 by using Windows Anytime Upgrade
    http://Windows.Microsoft.com/en-us/Windows7/upgrade-to-another-edition-of-Windows-7-by-using-Windows-Anytime-Upgrade

    A 'step by step' to go through an upgrade to a lower edition of Windows 7 to a higher edition of Windows 7:
    http://windowsteamblog.com/blogs/Windows7/pages/the-Windows-Anytime-Upgrade-experience-for-Windows-7.aspx

    Paths to upgrade Windows 7 (supported upgrade scenarios)
    http://TechNet.Microsoft.com/en-us/library/dd772579%28WS.10%29.aspx

    Windows Anytime Upgrade is supported only in the following countries:
    Australia, Belgium, Canada, France, Germany, Italy, Japan, Netherlands,
    Spain, Sweden, Switzerland, United Kingdom and United States

    Windows 7 Starter to Professional upgrade Express
    http://www.Microsoft.com/Windows/buy/Windows-7-upgrade-Starter-to-professional.aspx

    Most likely the best option and the most popular will be the Home Premium upgrade to Windows 7 Professional, which includes Windows XP Mode. The extra $50.00 for Windows 7 Ultimate will only give you two additional features, bitlocker (for security) and the ability to switch between any of 35 languages.

    Windows 7 - Anytime Upgrade - frequently asked Questions:
    http://Windows.Microsoft.com/en-us/Windows7/Windows-Anytime-Upgrade-frequently-asked-questions

    Windows 7 - upgrade Express features:
    http://Windows.Microsoft.com/en-us/Windows7/products/features/Windows-Anytime-Upgrade

    Windows 7 - version comparisons:
    http://Windows.Microsoft.com/en-us/Windows7/products/compare-editions

    MS Windows 7 store price:
    http://www.microsoftstore.com/Store?defaultKeyword=Search&siteid=msstore&action=list&CategoryID=38336300&Keywords=Anytime+Upgrade&result=

    Note: Retail 'Full' or 'Upgrade' product keys will work when you use the Express Upgrade feature.
    The Express Upgrade "may" not always work for users who have system integrators and or OEM product keys, this applies also to VL (Volume License), MSDNAA or key teaching will not work with the Express upgrade. KMS users consult your administrator before attempting to perform an Express upgrade.

    J W Stuart: http://www.pagestart.com

  • Why the date of the INVOICE is different from the date of the ORDER?

    Something weird is happening... I get notifications of workflow of the Business Catalyst for invoices, but sometimes the date of the order is the eve of the invoice. Causing havoc on the side shipping because when I print the invoice, good delivery and export order files, they do not correspond to the top and sometimes customers are duds.

    No idea why the date of the invoice would be different from the order date and how do I do to make them the same?

    Thanks in advance!

    Hey there,

    An invoice is not an order. It's an important thing to know.

    An order is generated by a few ways but especially as soon as a product is added to a basket - this order exists and that date. An invoice is a purchase and comes from an order.

    You create an order in the admin and save it but add no invoice number. You can see that you have just made an order and you'll see the button to generate the invoice.

    API may make an order and no invoice, a person can add items to the basket and finish the next day if they have their session open that long... Many reasons why these dates may differ.

  • Highlight cell when the value is different from the value of the cell in the next row.

    I have a requirement for a table (af:table, not a DB table), in cases where a cell value differs from the value in the row slot, the cell must be highlighted to indicate.

    the entire line can not be highlighted, only the cells with differences. For example, if the table contains data:
    90111    $1000    Widget
    90111    $1000    Cart
    The cell containing the value 'Widget' in the first row must be highlighted, other cells get no highlighting.

    The data comes from a DB, through VO table based on an OA.

    Is it possible to do this in the ADF (11g)?

    Thank you-
    -george

    There is no declarative way to do what the rows of the table are marked. This means that there is no way to access a value as a (+ 1) .attributename
    Here's a few codes. Check http://lucbors.blogspot.de/2012/02/adf-11g-fancy-master-detail-or-how-to.html and http://lucbors.blogspot.de/2012/02/adf-11g-even-fancier-multi-master-multi.html that might help you to implement your case.

    Timo

  • Cross reference marker text differs from the text on the page

    The text for a cross-reference marker is different from the written text of the page. For example, I have a numbered heading written as "3.1 Cats and Dogs", but the text of cross-reference to this position marker is "55227: title 1: 2.1 pigs and horses." The cross reference looks and works great on the page, but I can't understand why the text of the marker is different, and why it cannot be updated to match the text on the page.

    I use Windows XP and FM9. Thanks in advance.

    Ron,

    The target of a cross-reference marker must have a unique string that differentiates it from any other marker of cross-reference in the file... it is how Frame numbers how when it comes so it can maintain the link and make updates. As you have probably guessed, this string is a concatenation of way random (I think) integer to format BMP target and target the text of TFP at the time of the creation of the xref. With all these settings, it is easy to achieve the goal of a single string.

    It seems appropriate to have this text update during an update of the xref, if something changes in the target. However, this would create two problems:

    -All xrefs that are not being updated at the time wherever the marker is published would be broken. For example, suppose you have xrefs folder has a target and make updates, which modifies the marker of target due to changes to the target. Any xrefs in file B (or any file for that matter) would become broken, because they are still configured to search for the previous string of marker.

    -An update of the xref always you would have to save the changes to the target file, which is an inconvenience at best. For example, if you have made an update of the book and xref target markers have been changed, you'd have to make sure that the files associated with the changes were saved later, otherwise your xrefs update would be broken later.

    So, in summary, the text of the marker is just a unique identifier that is defined during the creation of the xref and necessarily must stay the same for its useful life, unless you want to go around fixing broken xref all the time. Moral of the story... do not put swearing or slandering of boss in your topics like temporary jokes if you never create xrefs their

    Russ

Maybe you are looking for

  • 08000148916

    My browser stopped working and I had a massage that I have to call immediately in this number-08000148916. so is this a real number of apple technical support team?

  • No boot manager

    Then I updated my computer as a year ago he erased the boot on the reboot of mandayory Manager... I haven't used this computer since then, but I would use it again. You guys have no way of me to get it going again? I have to reinstall windows 7? Is t

  • What is the unit of the table?

    Hello! I have a simple question, is what is the unit of the graph. Thank you! Adds, I mean X scale

  • Help, please! WIRELESS or no matter what connection on HP 250 G1

    I have a laptop HP 250 G1, the version with intel core i3... the operating system is windows 7 ultimate x 64. the reason why I write this is because I can't find any how compatible driverfor the controller of the internet... so I have no connection o

  • Homegroup problem: computer cannot see the computer B, but B can see A

    I have two computers.  A race 7-Home Premium 64-bit computer is connected to the network via a wireless-N.  7-Home Premium 32 bit computer B is wired.  Computer has created the homegoup.  Computer B can see computer A and can send files to A computer