MBS LCMS2 Plugin Documentation

Total Page:16

File Type:pdf, Size:1020Kb

MBS LCMS2 Plugin Documentation MBS LCMS2 Plugin Documentation Christian Schmitz July 16, 2017 2 0.1 Introduction This is the PDF version of the documentation for the Xojo (Real Studio) Plug-in from Monkeybread Software Germany. Plugin part: MBS LCMS2 Plugin 0.2 Content • 1 List of all topics 3 • 2 List of all classes 33 • 3 List of all interfaces 35 • 4 List of all modules 37 • 5 All items in this plugin 39 • 6 List of Questions in the FAQ 275 • 7 The FAQ 285 Chapter 1 List of Topics • 5 LCMS2 39 { 5.1.1 class LCMS2BitmapMBS 39 ∗ 5.1.3 Constructor 39 ∗ 5.1.4 Constructor(p as picture, bits as Integer = 8) 40 ∗ 5.1.5 Constructor(p as picture, left as Integer, top as Integer, width as Integer, height as Integer, bits as Integer = 8) 40 ∗ 5.1.6 Constructor(width as Integer, height as Integer, colorspace as Integer) 41 ∗ 5.1.7 Constructor(width as Integer, height as Integer, colorspace as Integer, RowBytes as Integer) 41 ∗ 5.1.8 Constructor(width as Integer, height as Integer, colorspace as Integer, RowBytes as Integer, data as memoryblock) 42 ∗ 5.1.9 CopyToPicture(pic as picture, x as Integer = 0, y as Integer = 0) as boolean 42 ∗ 5.1.10 Invert 43 ∗ 5.1.11 Picture(HasAlpha as Boolean = false) as picture 43 ∗ 5.1.13 Bits as Integer 43 ∗ 5.1.14 ColorSpaceType as Integer 44 ∗ 5.1.15 Data as MemoryBlock 44 ∗ 5.1.16 Height as Integer 44 ∗ 5.1.17 RowBytes as Integer 44 ∗ 5.1.18 Width as Integer 45 { 5.2.1 class LCMS2CIECAM02MBS 46 ∗ 5.2.3 Constructor(context as LCMS2ContextMBS, VC as LCMS2ViewingConditionsMBS) 46 ∗ 5.2.4 Forward(value as LCMS2CIEXYZMBS) as LCMS2JChMBS 46 ∗ 5.2.5 Reverse(value as LCMS2JChMBS) as LCMS2CIEXYZMBS 47 ∗ 5.2.7 Handle as Integer 47 { 5.3.1 class LCMS2CIELabMBS 48 ∗ 5.3.3 BFDdeltaE(Other as LCMS2CIELabMBS) as Double 48 3 4 CHAPTER 1. LIST OF TOPICS ∗ 5.3.4 CIE2000DeltaE(Other as LCMS2CIELabMBS, Kl as Double = 1.0, Kc as Double = 1.0, Kh as Double = 1.0) as Double 48 ∗ 5.3.5 CIE94DeltaE(Other as LCMS2CIELabMBS) as Double 48 ∗ 5.3.6 Clone as LCMS2CIELabMBS 49 ∗ 5.3.7 CMCdeltaE(Other as LCMS2CIELabMBS, l as Double, c as Double) as Double 49 ∗ 5.3.8 Constructor(L as Double=0.0, a as Double=0.0, b as Double=0.0) 49 ∗ 5.3.9 Constructor(other as LCMS2CIELabMBS) 49 ∗ 5.3.10 DeltaE(Other as LCMS2CIELabMBS) as Double 50 ∗ 5.3.11 DesaturateLab(amax as Double, amin as Double, bmax as Double, bmin as Double) as Boolean 50 ∗ 5.3.12 XYZ(whitePoint as LCMS2CIEXYZMBS=nil) as LCMS2CIEXYZMBS 51 ∗ 5.3.14 A as Double 51 ∗ 5.3.15 B as Double 51 ∗ 5.3.16 L as Double 51 ∗ 5.3.17 LCh as LCMS2CIELChMBS 51 { 5.4.1 class LCMS2CIELChMBS 52 ∗ 5.4.3 Clone as LCMS2CIELChMBS 52 ∗ 5.4.4 Constructor(L as Double=0.0, C as Double=0.0, h as Double=0.0) 52 ∗ 5.4.5 Constructor(other as LCMS2CIELChMBS) 52 ∗ 5.4.7 C as Double 52 ∗ 5.4.8 h as Double 53 ∗ 5.4.9 L as Double 53 ∗ 5.4.10 Lab as LCMS2CIELabMBS 53 { 5.5.1 class LCMS2CIExyYMBS 54 ∗ 5.5.3 Clone as LCMS2CIExyYMBS 54 ∗ 5.5.4 Constructor(other as LCMS2CIExyYMBS) 54 ∗ 5.5.5 Constructor(X as Double=0.0, Y as Double=0.0, YY as Double=0.0) 54 ∗ 5.5.6 TempFromWhitePoint as Double 54 ∗ 5.5.8 x as Double 55 ∗ 5.5.9 XYZ as LCMS2CIEXYZMBS 55 ∗ 5.5.10 y as Double 55 ∗ 5.5.11 YY as Double 55 { 5.6.1 class LCMS2CIExyYTripleMBS 57 ∗ 5.6.3 Clone as LCMS2CIExyYTripleMBS 57 ∗ 5.6.4 Constructor 57 ∗ 5.6.5 Constructor(other as LCMS2CIExyYTripleMBS) 57 ∗ 5.6.6 Constructor(Red as LCMS2CIExyYMBS, Green as LCMS2CIExyYMBS, Blue as LCMS2CIExyYMBS) 57 ∗ 5.6.8 Blue as LCMS2CIExyYMBS 58 ∗ 5.6.9 Green as LCMS2CIExyYMBS 58 ∗ 5.6.10 Red as LCMS2CIExyYMBS 58 5 { 5.7.1 class LCMS2CIEXYZMBS 59 ∗ 5.7.3 Constructor(x as Double=0.0, y as Double=0.0, z as Double=0.0) 59 ∗ 5.7.4 Lab(whitePoint as LCMS2CIEXYZMBS=nil) as LCMS2CIELabMBS 59 ∗ 5.7.6 x as Double 59 ∗ 5.7.7 xyY as LCMS2CIExyYMBS 59 ∗ 5.7.8 y as Double 60 ∗ 5.7.9 z as Double 60 { 5.8.1 class LCMS2CIEXYZTripleMBS 61 ∗ 5.8.3 Clone as LCMS2CIEXYZTripleMBS 61 ∗ 5.8.4 Constructor 61 ∗ 5.8.5 Constructor(other as LCMS2CIEXYZTripleMBS) 61 ∗ 5.8.6 Constructor(Red as LCMS2CIEXYZMBS, Green as LCMS2CIEXYZMBS, Blue as LCMS2CIEXYZMBS) 61 ∗ 5.8.8 Blue as LCMS2CIEXYZMBS 62 ∗ 5.8.9 Green as LCMS2CIEXYZMBS 62 ∗ 5.8.10 Red as LCMS2CIEXYZMBS 62 { 5.9.1 class LCMS2ContextMBS 63 ∗ 5.9.3 Clone as LCMS2ContextMBS 63 ∗ 5.9.4 Constructor(other as LCMS2ContextMBS) 63 ∗ 5.9.5 Constructor(tag as Variant = nil) 63 ∗ 5.9.7 Handle as Integer 63 ∗ 5.9.8 Tag as Variant 64 { 5.10.1 class LCMS2CurveSegmentMBS 65 ∗ 5.10.3 Constructor(nGridPoints as Integer = 0) 65 ∗ 5.10.5 nGridPoints as UInt32 65 ∗ 5.10.6 Type as Integer 65 ∗ 5.10.7 x0 as Single 65 ∗ 5.10.8 x1 as Single 66 ∗ 5.10.9 Params(index as Integer) as Double 66 ∗ 5.10.10 SampledPoints(index as Integer) as Single 66 { 5.11.1 class LCMS2DateMBS 67 ∗ 5.11.3 date as date 67 ∗ 5.11.5 Day as Integer 67 ∗ 5.11.6 Daylight as Integer 67 ∗ 5.11.7 DayOfWeek as Integer 67 ∗ 5.11.8 DayOfYear as Integer 67 ∗ 5.11.9 Hour as Integer 68 ∗ 5.11.10 Minute as Integer 68 ∗ 5.11.11 Month as Integer 68 ∗ 5.11.12 Second as Integer 68 ∗ 5.11.13 Year as Integer 68 6 CHAPTER 1. LIST OF TOPICS { 5.12.1 class LCMS2DictionaryEntryMBS 69 ∗ 5.12.3 Constructor 69 ∗ 5.12.4 NextEntry as LCMS2DictionaryEntryMBS 69 ∗ 5.12.6 DisplayName as LCMS2MLUMBS 69 ∗ 5.12.7 DisplayValue as LCMS2MLUMBS 70 ∗ 5.12.8 Handle as Integer 70 ∗ 5.12.9 Name as String 70 ∗ 5.12.10 Parent as LCMS2DictionaryMBS 70 ∗ 5.12.11 Value as String 71 { 5.13.1 class LCMS2DictionaryMBS 72 ∗ 5.13.3 AddEntry(Name as String, Value as String, DisplayName as LCMS2MLUMBS, Dis- playValue as LCMS2MLUMBS) as boolean 72 ∗ 5.13.4 Constructor(context as LCMS2ContextMBS = nil) 72 ∗ 5.13.5 EntryList as LCMS2DictionaryEntryMBS 73 ∗ 5.13.7 context as LCMS2ContextMBS 73 ∗ 5.13.8 Handle as Integer 73 { 5.14.1 class LCMS2GamutBoundaryDescriptionMBS 74 ∗ 5.14.3 AddPoint(Lab as LCMS2CIELabMBS) as Boolean 75 ∗ 5.14.4 CheckPoint(Lab as LCMS2CIELabMBS) as Boolean 75 ∗ 5.14.5 Compute(options as UInt32 = 0) as Boolean 75 ∗ 5.14.6 Constructor(context as LCMS2ContextMBS = nil) 76 ∗ 5.14.8 context as LCMS2ContextMBS 76 ∗ 5.14.9 Handle as Integer 76 { 5.15.1 class LCMS2ICCDataMBS 77 ∗ 5.15.3 Data as Memoryblock 77 ∗ 5.15.4 Flags as UInt32 77 ∗ 5.15.5 Size as UInt32 77 { 5.16.1 class LCMS2ICCMeasurementConditionsMBS 78 ∗ 5.16.3 Constructor(Observer as UInt32 = 0, Backing as LCMS2CIEXYZMBS = nil, Geometry as UInt32 = 0, Flare as Double = 0.0, IlluminantType as UInt32 = 0) 78 ∗ 5.16.5 Backing as LCMS2CIEXYZMBS 78 ∗ 5.16.6 Flare as Double 78 ∗ 5.16.7 Geometry as UInt32 78 ∗ 5.16.8 IlluminantType as UInt32 79 ∗ 5.16.9 Observer as UInt32 79 { 5.17.1 class LCMS2ICCViewingConditionsMBS 80 ∗ 5.17.3 Constructor(IlluminantXYZ as LCMS2CIEXYZMBS = nil, Backing as LCMS2CIEXYZMBS = nil, IlluminantType as UInt32 = 0) 80 ∗ 5.17.5 IlluminantType as UInt32 80 ∗ 5.17.6 IlluminantXYZ as LCMS2CIEXYZMBS 80 ∗ 5.17.7 SurroundXYZ as LCMS2CIEXYZMBS 80 7 { 5.18.1 class LCMS2IT8MBS 81 ∗ 5.18.3 Constructor(context as LCMS2ContextMBS = nil) 81 ∗ 5.18.4 DefineDblFormat(Formatter as string) 81 ∗ 5.18.5 EnumDataFormat as string() 81 ∗ 5.18.6 EnumProperties as string() 82 ∗ 5.18.7 EnumPropertyMulti(Prop as string) as string() 82 ∗ 5.18.8 FindDataFormat(Sample as string) as Integer 82 ∗ 5.18.9 GetData(Patch as string, Sample as string) as string 82 ∗ 5.18.10 GetDataAsDouble(Patch as string, Sample as string) as Double 82 ∗ 5.18.11 GetDataRowCol(Row as Integer, Col as Integer) as string 83 ∗ 5.18.12 GetDataRowColAsDouble(Row as Integer, Col as Integer) as Double 83 ∗ 5.18.13 GetPatchByName(Patch as string) as Integer 83 ∗ 5.18.14 GetPatchName(nPatch as Integer) as string 83 ∗ 5.18.15 GetProperty(Prop as string) as string 84 ∗ 5.18.16 GetPropertyAsDouble(Prop as string) as Double 84 ∗ 5.18.17 GetPropertyMulti(Key as string, SubKey as string) as string 84 ∗ 5.18.18 GetSheetType as string 84 ∗ 5.18.19 HeaderIsDictionary(HeaderName as string) as boolean 85 ∗ 5.18.20 HeaderList as string() 85 ∗ 5.18.21 HeadersAsDictionary as dictionary 85 ∗ 5.18.22 HeaderSubDictionary(HeaderName as string) as dictionary 85 ∗ 5.18.23 HeaderValue(HeaderName as string) as string 85 ∗ 5.18.24 LoadFromFile(context as LCMS2ContextMBS, file as folderitem) as LCMS2IT8MBS 86 ∗ 5.18.25 LoadFromMemory(context as LCMS2ContextMBS, data as Memoryblock) as LCMS2IT8MBS 86 ∗ 5.18.26 LoadFromString(context as LCMS2ContextMBS, data as string) as LCMS2IT8MBS 86 ∗ 5.18.27 SaveToFile(file as folderitem) as boolean 86 ∗ 5.18.28 SaveToMemory as Memoryblock 87 ∗ 5.18.29 SaveToString as string 87 ∗ 5.18.30 SetComment(comment as string) as boolean 87 ∗ 5.18.31 SetData(Patch as string, Sample as string, Val as string) as boolean 87 ∗ 5.18.32 SetDataAsDouble(Patch as string, Sample as string, Val as Double) as boolean 88 ∗ 5.18.33 SetDataFormat(n as Integer, Sample as String) as boolean 88 ∗ 5.18.34 SetDataRowCol(Row as Integer, Col as Integer, Val as string) as boolean 88 ∗ 5.18.35 SetDataRowColAsDouble(Row as Integer, Col as Integer, Val as Double) as boolean 89 ∗ 5.18.36 SetIndexColumn(Sample as string) as boolean 89 ∗ 5.18.37 SetPropertyDouble(Prop as string, Value as Double) as boolean 89 ∗ 5.18.38 SetPropertyHex(Prop as string, Value as UInt32) as boolean 89 ∗ 5.18.39 SetPropertyMulti(Key as string, SubKey as string, Value as string) as boolean 90 8 CHAPTER 1.
Recommended publications
  • Glossaire Infographique
    Glossaire Infographique André PASCUAL [email protected] Glossaire Infographique Table des Matières GLOSSAIRE ILLUSTRÉ...............................................................................................................................................................1 des Termes techniques & autres,.....................................................................................................................................1 Prologue.......................................................................................................................................................................................2 Notice Légale...............................................................................................................................................................................3 Définitions des termes & Illustrations.......................................................................................................................................4 −AaA−...........................................................................................................................................................................................5 Aberration chromatique :..................................................................................................................................................5 Accrochage − Snap :........................................................................................................................................................5 Aérosol,
    [Show full text]
  • Programvadászat
    Vezérfonal Programvadászat KOffice KFormula - képletszerkesztõ Linux alatt már megszokhattuk az al- A KOffice hátrányaként említhetõ az kalmazások bõ választékát, legyen szó import/export szûrõk hiányosságai. bármilyen feladatról. Nem kivétel ez A http://www.koffice.org oldalon sok © Kiskapu Kft. Minden jog fenntartva alól az irodai munka területe sem. kiegészítõ alkalmazást találunk, amelyekkel teljesebbé tudjuk tenni irodai környezetünket. Abiword Ez egy igazán remek szövegszerkesztõ. Kis erõforrásigényének köszönhetõen nagyon hatékonyan használható régeb- bi gépeken, ahol az OpenOffice.org Mindhárom program jelenleg elér- már számításba sem jöhet. A korongra hetõ legfrissebb változata került fel a Fedora Core1, Fedora Core2, RedHat 9 a mellékletre. csomagok kerültek fel, telepítésük az Akitõl megkérdezik, hogy milyen iro- rpm-i csomagnév paranccsal könnyedén Magazin dai programcsomagot használ, az nagy elvégezhetõ. valószínûséggel az OpenOffice.org-ot ALSA fogja említeni. Ez egy igen népszerû, Rendszermag Az ALSA hangrendszer programozása nagytudású program, amivel szinte Természetesen felkerültek koron- cikkhez tartozó példakódok, doku- mindent meg tudunk oldani a szöveg- gunkra a jelenlegi legfrissebb rend- mentáció, és a legfrissebb ALSA prog- szerkesztéstõl, a táblázatkezelésen ke- szermagok is. (2.4.27, és a 2.6.8.1). ramok a Magazin/ALSA könyvtárban resztül a bemutatók készítése. Hátrá- A 2.6-os rendszermagsorozat las- kaptak helyet. nya viszont az igen nagy mérete, ami san elér abba az állapotba amikor a mai gépeken nem jelenthet gondot mindenféle környezetben bátran Fogadó egy régebbi konfigurációnak azonban használhatjuk. Hasonlóan a 2.2-rõl Marcel által írt cikkben szereplõ játé- már meggyûlhet vele a baja. Ugyan- a 2.4-re történõ váltáshoz, sokan kok telepíthetõ formában és forrás- ilyen feladatokra készített csomag most is halogatják ezt a lépést.
    [Show full text]
  • Product End User License Agreement
    END USER LICENSE AGREEMENT If you have another valid, signed agreement with Licensor or a Licensor authorized reseller which applies to the specific Licensor Software, Software Services, Maintenance or Consulting Services you are downloading, accessing or otherwise receiving, that other agreement shall control; otherwise by using, downloading, installing, copying, or accessing Licensor Software, Software Services, Maintenance or Consulting Services, or by clicking on "I accept" on or adjacent to the screen where these Master Terms may be displayed, you hereby agree to be bound by and accept these Master Terms. These Master Terms shall also apply to any Maintenance or Consulting Services you later acquire from Licensor relating to the Software or Software Services. You may place orders under these Master Terms by submitting separate Order Form(s). Capitalized terms used in these Master Terms and not otherwise defined, are defined at https://terms.tibco.com/posts/845635-definitions. 1. License Models, License Grant, Rights and Restrictions. Licensor provides Software on a Perpetual, or Term basis, embedded and delivered as part of Equipment, as Software Services and on a Subscription basis. The Supplemental Terms, include, but are not limited to, the license grant, rights and restrictions for each of the foregoing (including for evaluation purposes) which are located at https://terms.tibco.com. The availability of Software in one or more of the foregoing license models is at Licensor's sole discretion. Additional license requirements and notices, if any, if not included at https://terms.tibco.com, shall be contained in the Documentation that is delivered with the applicable Software.
    [Show full text]
  • Main Page 1 Main Page
    Main Page 1 Main Page FLOSSMETRICS/ OpenTTT guides FLOSS (Free/Libre open source software) is one of the most important trends in IT since the advent of the PC and commodity software, but despite the potential impact on European firms, its adoption is still hampered by limited knowledge, especially among SMEs that could potentially benefit the most from it. This guide (developed in the context of the FLOSSMETRICS and OpenTTT projects) present a set of guidelines and suggestions for the adoption of open source software within SMEs, using a ladder model that will guide companies from the initial selection and adoption of FLOSS within the IT infrastructure up to the creation of suitable business models based on open source software. The guide is split into an introduction to FLOSS and a catalog of open source applications, selected to fulfill the requests that were gathered in the interviews and audit in the OpenTTT project. The application areas are infrastructural software (ranging from network and system management to security), ERP and CRM applications, groupware, document management, content management systems (CMS), VoIP, graphics/CAD/GIS systems, desktop applications, engineering and manufacturing, vertical business applications and eLearning. This is the third edition of the guide; the guide is distributed under a CC-attribution-sharealike 3.0 license. The author is Carlo Daffara ([email protected]). The complete guide in PDF format is avalaible here [1] Free/ Libre Open Source Software catalog Software: a guide for SMEs • Software Catalog Introduction • SME Guide Introduction • 1. What's Free/Libre/Open Source Software? • Security • 2. Ten myths about free/libre open source software • Data protection and recovery • 3.
    [Show full text]
  • How to Make a Four Page Leaflet Using Scribus ‒And Learning Some Useful Things About the Technical Aspects of Computer Aided Graphic Design in the Process
    How to make a four page leaflet using Scribus ‒and learning some useful things about the technical aspects of computer aided graphic design in the process by Staffan Melin [email protected] Version: 1.0 (2010-03-07) This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 2.5 Sweden License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/se/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. Goal By studying this document, you will be able to create a simple leaflet using open source software on the linux platform. Using Scribus and GIMP, we will design a four page leaflet and export it as a printable (as in being able to send it to a real printing press) PDF. In the process we will discuss some useful things related to this process: fonts, image requirements and basic color management. Requirements We assume that you have a computer with the following: ▪ Linux (I'm running Ubuntu 9.1 0 on an ASUS Eee PC 901 ) ▪ Scribus (I'm running 1 .3.5.1 ) ▪ GIMP (I'm running 2.6) ▪ preferably an internet connection (we are going to download some things from the internet) HOW TO MAKE A FOUR PAGE LEAFLET USING SCRIBUS 2 Setting up the document Bleed No printing press (or printer) prints all the way to the edge of the paper. If you want images and color blocks to extend all the way to the edge of the paper, the solution is to use a sheet of paper larger than the final result, print beoynd the margins, and then cut down the paper to the final size.
    [Show full text]
  • Opencolorio Documentation
    OpenColorIO Documentation Contributors to the OpenColorIO Project Sep 30, 2021 CONTENTS 1 About the Documentation 3 1.1 Accessing Other Versions........................................3 2 Community 5 2.1 Mailing Lists...............................................5 2.2 Slack...................................................5 3 Search 7 3.1 Quick Start................................................7 3.1.1 Quick Start for Artists......................................7 3.1.2 Quick Start for Config Authors.................................7 3.1.3 Quick Start for Developers...................................8 3.1.4 Quick Start for Contributors..................................8 3.1.5 Downloads...........................................8 3.1.6 Installation...........................................9 3.2 Concepts................................................. 17 3.2.1 Overview............................................ 17 3.2.2 Introduction........................................... 17 3.2.3 Internal Architecture Overview................................. 19 3.2.4 Glossary............................................. 24 3.2.5 Publications........................................... 24 3.3 Tutorials................................................. 24 3.3.1 Baking LUT’s.......................................... 24 3.3.2 Contributing........................................... 31 3.4 Guides.................................................. 31 3.4.1 Using OCIO........................................... 31 3.4.2 Environment Variables....................................
    [Show full text]
  • Oracle Documaker System
    Start Oracle® Documaker System Requirements Reference Guide 12.6.4 Part number: F30719-01 April 2020 Notice Copyright © 2009, 2020, Oracle and/or its affiliates. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited. The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose. If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs, including documentation and technical data, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement, and, to the extent applicable, the additional rights set forth in FAR 52.227-19, Commercial Computer Software--Restricted Rights (June 1987).
    [Show full text]
  • Débuter Avec Gimp Version 2 Par SAMJ
    Débuter avec The Gimp Version 2 Table des matières Avertissement.............................................................................................................................................7 Présentation................................................................................................................................................8 Installation de Gimp...................................................................................................................................9 Première utilisation..................................................................................................................................10 Démarrage...........................................................................................................................................10 Configurer l'environnement.................................................................................................................11 Prise en compte des modifications de la configuration..................................................................11 Nouvelle image (configuration)......................................................................................................12 Grille par défaut (configuration).....................................................................................................13 Interface, Option des outils (configuration)....................................................................................14 Interface, Périphériques d'entrée (configuration tablette graphique)..............................................14
    [Show full text]
  • Janez Vlachy: Retratos Desde Eslovenia
    Número 5 - Año II foto DNG Enero 2007 Janez Vlachy: Retratos desde Eslovenia. Pintar con luz. Fotografía Arquitectónica. Fotografía de fauna en libertad. www.fotodng.com Su publicidad en Foto DNG [email protected] Foto DNG Número 5 Año II Enero 2007 Indice Distribución: » Redacción ............................................................................ 5 http://www.fotodng.com » Noticias ................................................................................ 6 Redacción: [email protected] » Fotopoema: Sin elección................................................. 14 » Janez Vlachy: Retratos desde Eslovenia ...................... 16 Información: [email protected] Su publicidad » Técnica de la exposición hacia la derecha del Publicidad: histograma ........................................................................20 [email protected] » Pintar con luz .................................................................... 26 en Foto DNG Dirección: Carlos Longarela. » Fotografía Arquitectónica ..............................................36 Colaboradores: » Mejorar fotografías con Fireworks 8 ...........................40 José Fábrega Agea, Juan García Gálvez, » Fotografía de fauna en libertad ..................................46 Tomás Senabre, Carlos Rego, Javier Navarro, [email protected] Belén Etchegaray y » Primer Concurso fotográfico Foto DNG. ..................... 52 Florencia Jorba. » Tips fotografía. ................................................................84 » Biblioteca. .........................................................................86
    [Show full text]
  • All Installed Packages .PDF
    Emperor-OS All Installed Package Editor: Hussein Seilany [email protected] www.Emperor-OS.com Emperor-has 5 package management system for installing, upgrading, configuring, and removing software. Also providing access over 60,000 software packages of Ubuntu. We per-installed several tools are available for interacting with Emperor's package management system. You can use simple command-line utilities to a graphical tools. Emperor-OS's package management system is derived from the same system used by the Ubuntu GNU/Linux distribution. We will show you the list of installed packages on Emperor-OS. The packages lists is long. Having a list of installed packages helps system administrators maintain, replicate, and reinstall Emperor-OS systems. Emperor-OS Linux systems install dependencies all the time, hence it is essential to know what is on the system. In this page you can find a specific package and python modules is installed, count installed packages and find out the version of an installed package. Download lists as PDF file or see them as html page in the following: Are you looking for all in one operating system? 70 Packages: Installed Special Packages 120 Tools: Installed Utility 260 Modules: Installed Python2 and 3 Modules 600Fonts: Installed Fonts 5 Desktops: Desktop Manager Packages 22Tools: Extra Development Tools 270 Themes: Installed Themes 40 Icons: Installed Icons 40Games: Installed Games 2533scanners: supports Scanners 2500 Cameras: supports Camera 4338Packages: All Installed Packages 2 [email protected] www.Emperor-OS.com The list installed packages: Emperor-OS Linux is an open source operating system with many utilities.
    [Show full text]
  • Tlx9 Open Source Acknowledgment
    R&S®TLx9 Series xx9 Transmitter Open Source Acknowledgment 2507.3060.00 – 01 7TA /RL/1/EN 01.00 / 3575.4620.02 M: - T - PAD Open Source Acknowledgment R&S TLx9 Introduction Contents 1 Introduction ......................................................................................... 3 1.1 Disclaimer ..................................................................................................................... 3 1.2 How to obtain the source code .................................................................................. 3 2 Software packages ............................................................................. 4 3 Verbatim license texts ........................................................................ 9 3.1 APACHE-LICENSE-2.0.txt ........................................................................................... 9 3.2 BSD-2-clause.txt ........................................................................................................12 3.3 BSD-3-clause.txt ........................................................................................................13 3.4 BSD-4-clause.txt ........................................................................................................14 3.5 GPLv2.txt ....................................................................................................................14 3.6 GPLv3.txt ....................................................................................................................21 3.7 LGPLv2.1.txt ...............................................................................................................33
    [Show full text]
  • Scribus -- Vapaata Sivuntaittoa
    Scribus vapaata sivuntaittoa 29.11.2008 Riku Leino <[email protected]> | http://blogi.tsoots.fi/ | http://www.tsoots.fi/ Copyright © 2007 Riku Leino <[email protected]> Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found online at http://www.fsf.org/licensing/licenses/fdl.txt 2 Sisällys Scribuksen käyttöliittymä 4 Pääikkuna 4 Työkalurivit 5 Paletti-ikkunat 6 Ennen uuden dokumentin luontia 12 Asetukset 12 Oletusvärisarja 15 Kehysten yleiset ominaisuudet 15 Apuviivat 15 Sijainti ja koko 16 Muoto 17 Reuna ja väri 17 Tekstin tuonti ja käsittely 18 Tekstin juoksutus toiseen kehykseen 19 Tekstin jako palstoihin 19 Peruslinja 20 Tekstin kierto kehyksen ympäri 21 Tekstisuotimet 21 Teksti polulla 22 Tekstiefektejä 22 Kappaletyylit 23 Työskentely kuvien kanssa 24 Kuvakehykset 24 Vektorigrafiikka 26 Tallennus PDF-tiedostoksi 26 PDF-tallennus: Yleiset 27 PDF-tallennus: Fontit 27 PDF-tallennus: Värit 28 Yhteistyö painon kanssa 28 Värinhallinta 28 Scribuksen kanssa harjoittelua 30 Jäljittely 30 Ohjeet 31 Osallistuminen Scribuksen kehittämiseen 31 Scribus-yhteisö 31 Bugit ja toiveet 32 Apuvälineet julkaisun tekoon 33 OpenOffice.org Writer 33 Gimp 35 Inkscape 35 Acrobat Reader 36 Kuvakirjastot 37 Fontit 37 Lisää luettavaa 40 Verkossa 40 3 Scribuksen käyttöliittymä Pääikkuna Scribus-ikkuna uuden dokumentin luonnin jälkeen Scribuksen pääikkuna voidaan jakaa viiteen osaan. Yläreunasta löytyvät valikkorivi ja työkalurivit. Keskellä suurimman osan ikkunasta täyttää dokumentin muokkaukseen varattu alue, jonka ylä- ja vasemmassa reu- nassa on näkyvillä viivaimet.
    [Show full text]