Valokuvista pdf
Joskus on tarvetta tehdä isosta määrästä valokuvia pdf tiedosto. Käsin sen tekeminen olisi aivan liian työlästä esimerkki, minulla on 80 valokuvaa joista haluan tehdä yhden pdf tiedoston. Tätä työtä tekemään tarvitaanconvert ohjelma.
Convert on ImageMagick-pakettiin kuuluva komentoriviohjelma, jota käytetään kuvatiedostojen muuttamiseen muodosta toiseen. Samalla se mahdollistaa myös kuvan koon muuttamisen sekä muunlaisen kuvankäsittelyn. Convert on erityisen hyödyllinen silloin, kun tehdään muutoksia suuriin kuvajoukkoihin.
Convert ohjelmalla voi siis muuttaa kuvia formaatista toiseen esimerkiksi jpg kuvan vaikka png kuvaksi, kääntää kuvia, muuttaa niiden kokoa jne... Tässä ohjeessa kuitenkin käytämme Convert ohjelmaa tekemään pdf tiedostoja.
Valokuvat pdf tai ps -tiedostoksi
Siirry ensin komentotulkilla kansioon jossa halutut valokuvat sijaitsevat ja käskytä:
#convert '*.jpg' -quality 100 esimerkki.pdf
Yllä oleva käsky tekee kaikista kansiossa olevista jpg tiedostoista yhden pdf tiedoston. Voit tietysti vaihtaa tuon valokuvien tiedosto muodon (jpg) vastaamaan valokuviesi tiedostomuotoa.
Vastaavasti alla oleva käsky:
#convert '*.jpg' -quality 100 esimerkki.ps
Tekee kaikista kansiossa olevista valokuvista yhden ps tiedoston.
Toki voit tehdä ps tiedostosta suoraan pdf:n tai toisin päin.
#convert esimerkki.ps -quality 100 esimerkki.pdf
Voit myös purkaa pdf tiedoston valokuviksi:
#convert esim.pdf -quality 100 esim.jpeg
Ylläoleva käsky tekee esimerkki.pdf:n jokaisesta sivusta yhden kuvan.
- Convert tunnistaa seuraavat kuva formaatit:
- AVS AVS X image file.
- BIE+ Joint Bi-level Image experts Group file interchange format.
- BMP+ Microsoft Windows bitmap image file.
- BMP24+ Microsoft Windows 24-bit bitmap image file.
- CGM Computer Graphics Metafile.
- CMYK Raw cyan, magenta, yellow, and black bytes.
- DCX+ ZSoft IBM PC multi-page Paintbrush file.
- DIB Microsoft Windows bitmap image file.
- DICOM Medical image file.
- EPDF Encapsulated Portable Document Format.
- EPI Adobe Encapsulated PostScript Interchange format.
- EPS Adobe Encapsulated PostScript file.
- EPS2 Adobe Level II Encapsulated PostScript file.
- EPSF Adobe Encapsulated PostScript file.
- EPSI Adobe Encapsulated PostScript Interchange format.
- EPT Adobe Encapsulated PostScript Interchange format with TIFF preview.
- FAX+ Group 3.
- FIG TransFig image format.
- FITS Flexible Image Transport System.
- FPX FlashPix Format.
- GIF+ CompuServe graphics interchange format; 8-bit color.
- GIF87+ CompuServe graphics interchange format; 8-bit color (version 87a).
- GRAY Raw gray bytes.
- GRADIENT gradual passing from one shade to another. Specify the desired shading as the filename (e.g. gradient:red-blue).
- GRANITE granite texture.
- HDF+ Hierarchical Data Format.
- HISTOGRAM
- HPGL HP-GL plotter language.
- HTML Hypertext Markup Language with a client-side image map.
- JBIG+ Joint Bi-level Image experts Group file interchange format.
- JPEG Joint Photographic Experts Group JFIF format; compressed 24-bit color.
- ICO Microsoft icon.
- LABEL text image.
- MAP Red, green, and blue colormap bytes followed by the image colormap indexes.
- MIFF+ Magick image file format. MNG Multiple-image Network Graphics.
- MONO Bi-level bitmap in least-significant-byte (LSB) first order.
- MPEG+ Motion Picture Experts Group file interchange format.
- MTV+ MTV Raytracing image format.
- NETSCAPE Netscape 216 color cube.
- NULL NULL image.
- PBM+ Portable bitmap format (black and white).
- PCD Photo CD. The maximum resolution written is 512×768 pixels.
- PCL Page Control Language.
- PCX ZSoft IBM PC Paintbrush file.
- PDF+ Portable Document Format.
- PGM+ Portable graymap format (gray scale).
- PICT Apple Macintosh QuickDraw/PICT file.
- PIX Alias/Wavefront RLE image format.
- PLASMA plasma fractal image. Specify the base color as the filename (e.g. plasma:gray). Use fractal to initialize to a random value (e.g. plasma:fractal).
- PNG Portable Network Graphics.
- PNM+ Portable anymap.
- PPM+ Portable pixmap format (color).
- PS+ Adobe PostScript file.
- PSD Adobe Photoshop bitmap file.
- PS2+ Adobe Level II PostScript file.
- P7 Xv's visual schnauzer format.
- RAD Radiance image format.
- RGB Raw red, green, and blue bytes.
- RGBA Raw red, green, blue and matte bytes.
- RLA Alias/Wavefront image file; read only
- RLE Utah Run length encoded image file; read only.
- SGI+ Irix RGB image file.
- SHTML Hypertext Markup Language with a client-side image map.
- SUN+ SUN Rasterfile.
- TEXT raw text file; read only.
- TGA+ Truevision Targa image file.
- TIFF+ Tagged Image File Format.
- TIFF24+ 24-bit Tagged Image File Format.
- TILE Tile image with a texture.
- TIM PSX TIM file.
- TTF TrueType font file.
- UIL X-Motif UIL table.
- UYVY Interleaved YUV.
- VICAR read only.
- VID Visual Image Directory.
- VIFF+ Khoros Visualization image file.
- WIN select image from or display image to your computer screen.
- X select image from or display image to your X server screen.
- XC constant image of X server color. Specify the desired color as the filename (e.g. xc:yellow).
- XBM X11 bitmap file.
- XPM X Windows system pixmap file (color).
- XWD X Windows system window dump file (color).
- YUV+ CCIR 601 4:1:1 file.
Ohjelman man sivut kertovat lisää