Iβve replied to this once before but I see itβs doing the rounds again.
This is all utter bullshit.
Iβm sorry but if your qualification is working on the school yearbook, you have no qualifications. Do not pretend otherwise. As a former professional photo manipulator for advertising brochures, I can say that youβre not comparing apples to oranges here - if anything, youβre comparing fruit to farmyard machinery:
JPEG is a lossy format. It is suitable for web imagery because it sacrifices detail for reduced file sizes, but in doing so it introduces artifacts that werenβt in the original; if you load a JPEG for editing, then save it as a different JPEG, then youβre adding more artifacts formed from those first artifacts. Do this often enough and you end up with a horrid glitchy mess that looks like a puddleβs reflection after a stoneβs been thrown in. Youβve seen those memes that have 3 or 4 differentΒ βfound atβ tags along the bottom, that look like fingerpainted copies of the original? Thatβs why.
PNG is a lossless format that comes in two primary flavours, PNG-8Β and PNG-24, which use 8 and 24 bit colour respectively. 8-bit colour is what you have in GIFs, a limit of just 256 different colours in a predetermined palette, usually automatically chosen by your software when saving. These files will look the same as GIFs, potentially with large patches of solid colour instead of the usual gradual shading seen in 24-bit imagery. This is usually better for small banners or pixel art, as it can yield smaller filesizes thanΒ GIF format. (There is an animated version called MNG but it has very little web support, hence the continued use of GIFs.)
PNG-24 is great for larger images where detail is as important as colour depth, as well as printable RGB images and (if supported by the client) full colour images with gradient transparencies. It most certainly does not make βthe quality of the image pretty shitty,β as it preserves every nuance. File sizes can be smaller than JPEG for small images, or significantly larger for large images.
PDF is a container file, whatever you put into it will be pretty much preserved as it was, so you gain nothing but lose nothing.
TIFF is what you need to be using for archival or print-quality imagery. It has support for multiple layers, multiple colour channels (RGB as well as CMYK, which is essential for accurate print rendering), and everything is preserved exactly as it was seen on-screen when being composed. There are compressed versions available, they use similar methods to PNG in order to maintain detail without sacrifice; next to whatever your graphics program uses natively, this is the most interchangeable format available for professional use.
DPI is important only when used in combination with image dimensions; in and of itself it serves no purpose. If you make a brilliantly detailed 640x480 image & set it to 300dpi, youβll receive a brilliantly detailed 2 inch x 1.6 inch print. This is great if you want to make a postage stamp, but not if youβre creating an A4 flyer! Determine the imageβs dimension then set the DPI accordingly; 72dpi isnβt hideous especially for text-heavy work (itβs ~3 pixels per millimeter), and 150dpi can be suitable for many images. Unless youβre interested in photo realism, 300dpi is usually overkill - for our hypothetical A4 flyer, youβd need a file of 2490x3510 pixels for edge to edge printing, with a correspondingly high memory requirement and filesize even if using a compressed format.
Keeping the layers intact is utterly unimportant for print work unless you want to use a separated colour print method that requires multiple passes to lay down each ink. If you send a file with all the layers, masks, etc. off for printing youβre liable to get it sent back unactioned, as they wonβt want to take responsibility for choosing the wrong elements for printing. Save your work with everything intact, then save a flattened copy especially for printing purposes - this is one of the reasons Save Copy Asβ¦ is a common option in graphics manipulation software.
This has been a Public Service Rebuttal.