JPEG Renaming and Loss-Free Processing EXIF TRICKS

Total Page:16

File Type:pdf, Size:1020Kb

JPEG Renaming and Loss-Free Processing EXIF TRICKS COVER STORY Image Processing with EXIF JPEG renaming and loss-free processing EXIF TRICKS You can rename and modify JPEG files without touching the graphics by manipulating settings in the file header. www.sxc.hu BY MARTIN STEIGERWALD he Exchange Image File (EXIF) data is included with image file formats tings such as the date and time of cre- format is a standard developed such as JPEG and TIFF, as well as with ation, the exposure time, the aperture Tby the Japan Electronic Industry audio formats such as RIFF. Depending setting, the exposure program, the size, Development Association (JEIDA) that on the model and make of your camera, the resolution, and the orientation of the lets digital cameras store meta-informa- the meta-information stored in the image. tion in the header of an image file. EXIF header of the image file can include set- Linux provides several tools for ma- nipulating EXIF data directly. Directly Table 1: EXIF Applications manipulating the metadata associated with an image file saves time, promotes Application EXIF Support Loss-free Rotation and Mirroring automation, and, in some cases, pre- Digikam 0.7.2, Photo management Load, display, but not save In the drop-down for the image, also automatically based on EXIF vents the data loss that would occur information with graphic manipulation. This article Eye of Gnome 2.8.2, Image Viewer Load, display, and save No describes some techniques for using Feh 1.3.4, Image viewer No Via File | Edit in Place. EXIF infor- EXIF metadata to rename and manipu- mation is lost late JPEG images. Gimp 2.2.7, Image manipulation Save No tool Using EXIF Data Gqview 2.0.1, Image viewer Load and display Via Edit | Rotate… Several graphic viewers and editors offer Gwenview 1.2.0, Image viewer Load, display, and save; Via Edit and Plugins / Images, automatic rotation in viewer automatically based on EXIF access to EXIF information (Table 1). information You can even view EXIF settings in Kpaint 0.6.2, Paint program No No Konqueror. To view EFIXF data in the Kolourpaint 1.4.1, Paint program No No Konqueror browser, right click on an Kuickshow 0.8.7, Image viewer Load, display, automatic No image file in the Konqueror window and rotation on viewing, not select Properties. The EXIF information on saving is located below Meta Info (Figure 1). 38 ISSUE 61 DECEMBER 2005 WWW.LINUX - MAGAZINE.COM Image Processing with EXIF COVER STORY Figure 1: Konqueror can display EXIF infor- Figure 2: Krename allows you to rename photos based on the exposure date. The program mation for photos. help explains the arcane templates. You can add a comment for the image Gwenview and Kuickshow viewers also Image, although the image orientation is file that will be stored with the EXIF in- support this standardized dialog. not included. You can add a comment, formation in the file header. The image If you prefer Nautilus, again you can but Nautilus will store it in below orientation in Orientation is a numerical select Properties in the context menu. ~/.nautilus/metafiles/ rather than in the value (see Table 2). The KDE-based Nautilus displays the EXIF values below image file. ADVERTISEMENT WWW.LINUX - MAGAZINE.COM ISSUE 61 DECEMBER 2005 39 COVER STORY Image Processing with EXIF EXIF information. Add a number of files to the program window and type $-[jpgCreationDate]-[jpgCreationTime], for example. You can also use other EXIF and JPEG information, such as com- ments or the JPEG quality. Clicking on Functions in the Filename tag gives you the placeholders. Krename uses the date and time format defined in the KDE con- trol center by default. A template such as $-[7-{[jpgCreationDate]}]-[4-5 {[jpgCreationDate]}]-[1-2{[jpgCreation Date]}]-[jpgCreationTime] sets the format to YYYY-MM-DD for improved sorting (Figure 2). Loss-Free Another example of an easy fix through EXIF data manipulation is the problem of picture orientation. If you have a cam- era with an orientation sensor, you will typically want to view your photos the Figure 3: Jpegtran supports loss free image cropping. If the selection to be cropped does not right way up. Whereas the Kuickshow sit exactly on a JPEG block border, Jpegtran scales the selection by the required number of viewer parses the orientation to auto- pixels. matically display images the right way, Gwenview first loads and displays the Linux also provides command-line The Jhead utility [3] helps you do this: image before rotating it. Kview, Eye of utilities for managing EXIF data. Two of jhead -n%Y-%m-%d_%H-%M-%S *.jpg Gnome (EOG), Gqview, Feh, Display (in the tools, exiftags [1] and metacam [2] renames the JPEG images in the current ImageMagick), and Showfoto (in Digi- offer a wide range of command-line op- directory. The format is flexible and easy kam) do not automatically rotate images. tions. Some distros do not include these to modify, but make sure you do not in- This means you have to rotate images utilities, although an RPM package is sert a blank after the -n option. manually, or use a tool to do it. Unfortu- available for exiftags. As you’ll learn in The -nf option lets you give the image nately, this step introduces a potential this article, other EXIF-related utilities, a name that isn’t mainly made up of source of error. The JPEG format is lossy such as Jhead, Krename, and Jpegtran numbers. Digital cameras typically use and can help you save space, but you are also useful for certain specific tasks. a format that comprises figures. This is lose some image data when you load, Jhead’s way of preventing users from manipulate, or store a JPEG image. De- Automatic File Renaming using -n to rename files they have al- pending on the quality level, this loss Digital cameras are notorious for provid- ready manually renamed. The -ft option will lead to artifacts sooner or later. ing non-intuitive names for images. By sets the file date to the exposure date. On a brighter note, a few programs editing the EXIF data, you can add date The KDE Krename tool [4] also pro- support loss-free JPEG image manipula- and time information to the file name. vides the ability to rename files based on tion. These tools use the internal struc- ture of the JPEG format to achieve this. Table 2: Image Orientation One step in the JPEG process is to divide the image into eight-by-eight, 16-by- EXIF Value 1st row in image 1st column in image Example eight, or 16-by-16 blocks of pixels. This 1 top left means that programs can only perform loss-free manipulation of images of a 2 top right size that is a multiple of eight-by-eight, 3 bottom right 16-by-eight, or 16-by-16 pixels (that is, 1600 x 1200 or 3072 x 2048). 4 bottom left A few basic image manipulation steps are always loss-free: for example rotat- 5 left top ing, mirroring and cropping of images, 6 right top or conversion to monochrome (although this discards the color information.) 7 right bottom If your camera has a sensor, the EXIF information can help you rotate images 8 left bottom automatically. For example, jhead -auto- 40 ISSUE 61 DECEMBER 2005 WWW.LINUX - MAGAZINE.COM Image Processing with EXIF COVER STORY rot *.jpg rotates all the JPEG images in will give you a loss-free image if the size 16, Jpegtran moves the start coordinates the current directory based on their EXIF is right, but if not, you are better off up left by the required eight pixels. data. To do this, the orientation value is using Djpeg and Cjpeg, which are both If you modify a JPEG image using an automatically set to 1 for “top left” after lossy. image manipulation tool and save it in rotating. Fortunately, Jhead only does JPEG format, you should look to use a this to photos that actually need rotat- GUI-based tool that preserves the EXIF information. ing, in contrast to Exiftran. Loss-free manual rotation and mirroring Gimp has a Save EXIF Data entry in the You can use Exiftran to rotate images is also supported by the viewers Gwen- JPEG options dialog; the option is en- manually. exiftran -i -9 image.jpg rotates view, Gqview (both assuming that Jpeg- abled by default. In contrast, Kolour- an image through 90 degrees. Use -1 to tran is installed), and Feh. For example, paint and Kpaint both discard EXIF in- rotate 180 degrees, and -2 to turn the you can rotate images while viewing a formation on saving. ■ image 270 degrees. The -f option mirrors slideshow. Digikam uses the Kipi plugin the image horizontally, and -F vertically. for more functionality. If the Kipi plugin INFO The Jpegtran utility can give you loss- for loss-free JPEG image manipulation is [1] Exiftags: http:// johnst. org/ sw/ exiftags/ free manipulation of images with sizes installed and enabled, the drop-down [2] Metacam: http:// www. cheeseplant. that do not reflect the JPEG block sizes, menu for an image has the options Auto- org/ ~daniel/ pages/ metacam. html but it does so by ignoring the border, matic Rotation and Mirroring based on [3] Jhead: http:// www. sentex. net/ which leaves you with a bar at the EXIF Information, Rotate, Mirror and ~mwandel/ jhead/ edges. If you set the -trim option when Convert to Monochrome. [4] Krename: http:// www. krename. net/ running Jpegtran, the tool removes the border, but this is not loss-free. Cropping If you set the -perfect option, Jpegtran Jpegtran also supports loss-free crop- Martin Steigerwald is a system ad- issues an error message if you attempt to ping.
Recommended publications
  • Desktop Migration and Administration Guide
    Red Hat Enterprise Linux 7 Desktop Migration and Administration Guide GNOME 3 desktop migration planning, deployment, configuration, and administration in RHEL 7 Last Updated: 2021-05-05 Red Hat Enterprise Linux 7 Desktop Migration and Administration Guide GNOME 3 desktop migration planning, deployment, configuration, and administration in RHEL 7 Marie Doleželová Red Hat Customer Content Services [email protected] Petr Kovář Red Hat Customer Content Services [email protected] Jana Heves Red Hat Customer Content Services Legal Notice Copyright © 2018 Red Hat, Inc. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
    [Show full text]
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • Adobe's Extensible Metadata Platform (XMP): Background [DRAFT -- Caroline Arms, 2011-11-30]
    Adobe's Extensible Metadata Platform (XMP): Background [DRAFT -- Caroline Arms, 2011-11-30] Contents • Introduction • Adobe's XMP Toolkits • Links to Adobe Web Pages on XMP Adoption • Appendix A: Mapping of PDF Document Info (basic metadata) to XMP properties • Appendix B: Software applications that can read or write XMP metadata in PDFs • Appendix C: Creating Custom Info Panels for embedding XMP metadata Introduction Adobe's XMP (Extensible Metadata Platform: http://www.adobe.com/products/xmp/) is a mechanism for embedding metadata into content files. For example. an XMP "packet" can be embedded in PDF documents, in HTML and in image files such as TIFF and JPEG2000 as well as Adobe's own PSD format native to Photoshop. In September 2011, XMP was approved as an ISO standard.[ ISO 16684-1: Graphic technology -- Extensible metadata platform (XMP) specification -- Part 1: Data model, serialization and core properties] XMP is an application of the XML-based Resource Description Framework (RDF; http://www.w3.org/TR/2004/REC-rdf-primer-20040210/), which is a generic way to encode metadata from any scheme. RDF is designed for it to be easy to use elements from any namespace. An important application area is in publication workflows, particularly to support submission of pictures and advertisements for inclusion in publications. The use of RDF allows elements from different schemes (e.g., EXIF and IPTC for photographs) to be held in a common framework during processing workflows. There are two ways to get XMP metadata into PDF documents: • manually via a customized File Info panel (or equivalent for products from vendors other than Adobe).
    [Show full text]
  • Affinity Photo-Digikam Summer 2020
    UCLA Research Workshop Series Summer 2020 Affinity Photo & digiKam Anthony Caldwell What is Affinity Photo? Wikipedia: Affinity Photo is a raster graphics editor Serif: If you could create your own photo editing software, it would work like this. What is digiKam? Wikipedia: digiKam is a free and open-source image organizer and tag editor digiKam: digiKam is an advanced open-source digital photo management application that provides a comprehensive set of tools for importing, managing, editing, and sharing photos and raw files. Color Color Space Wikipedia: A color space is a specific organization of colors. In combination with physical device profiling, it allows for reproducible representations of color, in both analog and digital representations. Color depth The human eye can distinguish around a million colors Color depth 1-bit color 2 colors 2-bit color 4 colors 3-bit color 8 colors 4-bit color 16 colors 5-bit color 32 colors 8-bit color 256 colors 12-bit color 4096 colors High color (15/16-bit) 32,768 colors or 65,536 colors True color (24-bit) 16,777,216 colors Deep color (30-bit) 1.073 billion 36-bit approximately 68.71 billion colors 48-bit approximately 281.5 trillion colors Note: different configurations of software and hardware can produce different color values for each bit depth listed Color Space Commission internationale de l’éclairage 1931 color space Image Source: https://dot-color.com Color Space Additive color mixing Image Source: https://en.wikipedia.org Color Space K Subtractive color mixing Image Source: https://en.wikipedia.org Color Space The Lab Color Space Image Source: https://docs.esko.com/ Color Space Color Space Comparison Image Source: https://www.photo.net Affinity Photo and digiKam… Questions? Anthony Caldwell UCLA Digital Research Consortium Scholarly Innovation Labs 11630L Charles E.
    [Show full text]
  • XMP SPECIFICATION PART 3 STORAGE in FILES Copyright © 2016 Adobe Systems Incorporated
    XMP SPECIFICATION PART 3 STORAGE IN FILES Copyright © 2016 Adobe Systems Incorporated. All rights reserved. Adobe XMP Specification Part 3: Storage in Files NOTICE: All information contained herein is the property of Adobe Systems Incorporated. No part of this publication (whether in hardcopy or electronic form) may be reproduced or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written consent of Adobe Systems Incorporated. Adobe, the Adobe logo, Acrobat, Acrobat Distiller, Flash, FrameMaker, InDesign, Illustrator, Photoshop, PostScript, and the XMP logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. MS-DOS, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Apple, Macintosh, Mac OS and QuickTime are trademarks of Apple Computer, Inc., registered in the United States and other countries. UNIX is a trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd. All other trademarks are the property of their respective owners. This publication and the information herein is furnished AS IS, is subject to change without notice, and should not be construed as a commitment by Adobe Systems Incorporated. Adobe Systems Incorporated assumes no responsibility or liability for any errors or inaccuracies, makes no warranty of any kind (express, implied, or statutory) with respect to this publication, and expressly disclaims any and all warranties of merchantability, fitness for particular purposes, and noninfringement of third party rights. Contents 1 Embedding XMP metadata in application files .
    [Show full text]
  • Digital Forensics Tool Testing – Image Metadata in the Cloud
    Digital Forensics Tool Testing – Image Metadata in the Cloud Philip Clark Master’s Thesis Master of Science in Information Security 30 ECTS Department of Computer Science and Media Technology Gjøvik University College, 2011 Avdeling for informatikk og medieteknikk Høgskolen i Gjøvik Postboks 191 2802 Gjøvik Department of Computer Science and Media Technology Gjøvik University College Box 191 N-2802 Gjøvik Norway Digital Forensics Tool Testing – Image Metadata in the Cloud Abstract As cloud based services are becoming a common way for users to store and share images on the internet, this adds a new layer to the traditional digital forensics examination, which could cause additional potential errors in the investigation. Courtroom forensics evidence has historically been criticised for lacking a scientific basis. This thesis aims to present an approach for testing to what extent cloud based services alter or remove metadata in the images stored through such services. To exemplify what information which could potentially reveal sensitive information through image metadata, an overview of what information is publically shared will be presented, by looking at a selective section of images published on the internet through image sharing services in the cloud. The main contributions to be made through this thesis will be to provide an overview of what information regular users give away while publishing images through sharing services on the internet, either willingly or unwittingly, as well as provide an overview of how cloud based services handle Exif metadata today, along with how a forensic practitioner can verify to what extent information through a given cloud based service is reliable.
    [Show full text]
  • Schon Mal Dran Gedacht,Linux Auszuprobieren? Von G. Schmidt
    Schon mal dran gedacht, Linux auszuprobieren? Eine Einführung in das Betriebssystem Linux und seine Distributionen von Günther Schmidt-Falck Das Magazin AUSWEGE wird nun schon seit 2010 mit Hilfe des Computer-Betriebs- system Linux erstellt: Texte layouten, Grafiken und Fotos bearbeiten, Webseiten ge- stalten, Audio schneiden - alles mit freier, unabhängiger Software einer weltweiten Entwicklergemeinde. Aufgrund der guten eigenen Erfahrungen möchte der folgende Aufsatz ins Betriebssystem Linux einführen - mit einem Schwerpunkt auf der Distri- bution LinuxMint. Was ist Linux? „... ein hochstabiles, besonders schnelles und vor allem funktionsfähiges Betriebssystem, das dem Unix-System ähnelt, … . Eine Gemeinschaft Tausender programmierte es und verteilt es nun unter der GNU General Public Li- cense. Somit ist es frei zugänglich für jeden und kos- tenlos! Mehrere Millionen Leute, viele Organisatio- nen und besonders Firmen nutzen es weltweit. Die meisten nutzen es aus folgenden Gründen: • besonders schnell, stabil und leistungs- stark • gratis Support aus vielen Internet- Newsgruppen Tux, der Pinguin, ist das Linux-Maskottchen • übersichtliche Mailing-Listen • massenweise www-Seiten • direkter Mailkontakt mit dem Programmierer sind möglich • Bildung von Gruppen • kommerzieller Support“1 Linux ist heute weit verbreitet im Serverbereich: „Im Oktober 2012 wurden mindes- tens 32% aller Webseiten auf einem Linux-Server gehostet. Da nicht alle Linux-Ser- ver sich auch als solche zu erkennen geben, könnte der tatsächliche Anteil um bis zu 24% höher liegen. Damit wäre ein tatsächlicher Marktanteil von bis zu 55% nicht 1 http://www.linuxnetworx.com/linux-richtig-nutzen magazin-auswege.de – 2.11.2015 Schon mal dran gedacht, Linux auszuprobieren? 1 auszuschliessen. (…) Linux gilt innerhalb von Netzwerken als ausgesprochen sicher und an die jeweiligen Gegebenheiten anpassbar.
    [Show full text]
  • Release Notes for Fedora 20
    Fedora 20 Release Notes Release Notes for Fedora 20 Edited by The Fedora Docs Team Copyright © 2013 Fedora Project Contributors. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries. All other trademarks are the property of their respective owners.
    [Show full text]
  • Kde-Guide-De-Developpement.Web.Pdf
    KDE Published : 2017-06-26 License : GPLv2+ 1 KDE DU POINT DE VUE D'UN DÉVELOPPEUR 1. AVEZ-VOUS BESOIN DE CE LIVRE ? 2. LA PHILOSOPHIE DE KDE 3. COMMENT OBTENIR DE L'AIDE 2 1. AVEZ-VOUS BESOIN DE CE LIVRE ? Vous devriez lire ce livre si vous voulez développer pour KDE. Nous utilisons le terme développement très largement pour couvrir tout ce qui peut conduire à un changement dans le code source, ce qui inclut : Soumettre une correction de bogue Écrire une nouvelle application optimisée par la technologie KDE Contribuer à un projet existant Ajouter de la fonctionnalité aux bibliothèques de développement de KDE Dans ce livre, nous vous livrerons les bases dont vous avez besoin pour être un développeur productif. Nous décrirons les outils que vous devrez installer, montrer comment lire la documentation (et écrire la vôtre propre, une fois que vous aurez créé la nouvelle fonctionnalité !) et comment obtenir de l'aide par d'autres moyens. Nous vous présenterons la communauté KDE, qui est essentielle pour comprendre KDE parce que nous sommes un projet « open source », libre (gratuit). Les utilisateurs finaux du logiciel n'ont PAS besoin de ce livre ! Cependant, ils pourraient le trouver intéressant pour les aider à comprendre comment les logiciels complexes et riches en fonctionnalités qu'ils utilisent ont vu le jour. 3 2. LA PHILOSOPHIE DE KDE Le succès de KDE repose sur une vue globale, que nous avons trouvée à la fois pratique et motivante. Les éléments de cette philosophie de développement comprennent : L'utilisation des outils disponibles plutôt que de ré-inventer ceux existants : beaucoup des bases dont vous avez besoin pour travailler font déjà partie de KDE, comme les bibliothèques principales ou les « Kparts », et sont tout à fait au point.
    [Show full text]
  • Development of National Digital Evidence Metadata
    JOIN (Jurnal Online Informatika) Volume 4 No. 1 | Juni 2019 : 24-27 DOI: 10.15575/join.v4i1.292 Development of National Digital Evidence Metadata Bambang Sugiantoro Magister of Informatics, UIN Sunan Kalijaga, Yogyakarta, Indonesia [email protected] Abstract- The industrial era 4.0 has caused tremendous disruption in many sectors of life. The rapid development of information and communication technology has made the global industrial world undergo a revolution. The act of cyber-crime in Indonesia that utilizes computer equipment, mobile phones are increasingly increasing. The information in a file whose contents are explained about files is called metadata. The evidence items for cyber cases are divided into two types, namely physical evidence, and digital evidence. Physical evidence and digital evidence have different characteristics, the concept will very likely cause problems when applied to digital evidence. The management of national digital evidence that is associated with continued metadata is mostly carried out by researchers. Considering the importance of national digital evidence management solutions in the cyber-crime investigation process the research focused on identifying and modeling correlations with the digital image metadata security approach. Correlation analysis reads metadata characteristics, namely document files, sounds and digital evidence correlation analysis using standard file maker parameters, size, file type and time combined with digital image metadata. nationally designed the highest level of security is needed. Security-enhancing solutions can be encrypted against digital image metadata (EXIF). Read EXIF Metadata in the original digital image based on the EXIF 2.3 Standard ID Tag, then encrypt and insert it into the last line.
    [Show full text]
  • Introduction to Linux
    Presentation to U3A - Linux Introduction 8 June 2019 – Terry Schuster - [email protected] What is Linux? https://en.wikipedia.org/wiki/Linux https://www.iotforall.com/linux-operating-system-iot-devices/ In simple terms, Linux is an operating system which was developed to be a home-built version of UNIX, one of the first operating systems which could be run on different brands of mainframe computers with quite different types of hardware. Linux has developed to the extent that it is the leading operating system on servers and other big iron systems such as mainframe computers, and the only OS used on TOP500 supercomputers (since November 2017, having gradually eliminated all competitors). It is used by around 2.3 percent of desktop computers. The Chromebook, which runs the Linux kernel-based Chrome OS, dominates the US K–12 education market. In the mid 2000’s, Linux was quickly seen as a good building block for smartphones, as it provided an out- of-the-box modern, full-featured Operating System with very good device driver support, and that was considered both scalable for the new generation of devices and had the added benefit of being royalty free. It is now becoming very common in IoT devices, such as smart watches/refrigerators, home controllers, etc. etc. BTW, Tux is a penguin character and the official brand character of the Linux kernel. Originally created as an entry to a Linux logo competition, Tux is the most commonly used icon for Linux, although different Linux distributions depict Tux in various styles. The character is used in many other Linux programs and as a general symbol of Linux.
    [Show full text]
  • KDE Plasma 5
    Arvo Mägi KDE Plasma 5 Tallinn, 2017 1 Sissejuhatus KDE töökeskkonnale pani aluse saksa programmeerija Matthias Ettrich 14.10.1996. 2016. a oktoobris sai populaarne KDE seega 20. aastaseks. Hea ülevaate KDE ajaloost annab artikkel „19 Years of KDE History: Step by Step.” KDE 4.14 ilmumisega oli KDE saavutanud kasutusküpsuse, kuid edasine areng kippus takerduma – vaja oli põhimõttelisi uuendusi. Otsustati võtta kasutusele iseseisvatel moodulitel põhinev KDE 5 arhitektuur – Qt/Frameworks. Kõik KDE rakendusprogrammid, sh Plasma 5 töölaud, kasutavad ainult konkreetse rakenduse jaoks vajalikke mooduleid. Varem kasutati kõigi rakenduste jaoks ühist suurt teeki, mis raskendas muudatuste tegemist ja pidurdas arendustööd. Qt on C++ programmeerimiskeskkond. Pikaajalise toega Qt 5.9 LTS ilmus 31. mail 2017. KDE Frameworks on 70 moodulist koosnev komplekt, mis lihtsustab Qt keskkonnas KDE programmide koostamist. Frameworks veaparandused ja täiendused ilmuvad iga kuu. KDE Plasma 5 töölaud põhineb KDE Frameworksil (KF5). Töölaua veaparandused ilmuvad iga kuu, vajadusel mitu korda kuus, uued versioonid kord kvartalis. Plasma 5.8 LTS, mis on pikaajalise toega (18 kuud), ilmus 4.10.2016, veidi enne KDE 20. aastaseks saamist. Plasma 5.10 ilmus 30.05.2017. Järgmine pikaajalise toega Plasma 5.12 ilmub 2018. a jaanuaris. Plasma 5 töölaud on pälvinud palju kiitvaid hinnanguid ja sobib igapäevaseks tööks. Eeldab kaasaegset, mitme tuumaga protsessori ja piisava mäluga (vähemalt 4 GB) arvutit. SSD kettalt töötab välkkiirelt. Töölaud on keskkond rakendusprogrammide käivitamiseks ja kasutamiseks. KF5-le on üle viidud kõik KDE põhirakendused (failihaldur Dolphin, pildinäitaja Gwenview, konsool Konsole, teksti- redaktor Kate, ekraanitõmmise võtja Spectacle, videoredaktor Kdenlive, plaadikirjutaja K3b jt). Need on KDE Applications koosseisus, mille uued versioonid ilmuvad kolm korda aastas, veaparandused kord kuus.
    [Show full text]