Imageman.Net Getting Started

Total Page:16

File Type:pdf, Size:1020Kb

Imageman.Net Getting Started ImageMan.Net Getting Started 1 ImageMan.Net Version 3 The ImageMan.Net product includes fully managed .Net components providing an easy to use, yet rich imaging toolkit. Fully Managed Assemblies support X-Copy deployment and do not use COM Support for reading/writing many image formats including TIFF, BMP, DIB, RLE, PCX, DCX, TGA, PCX, DCX, JPG, JPEG 2000, PNG, GIF, EMF, WMF, PDF(with optional PDF Export/Import Addon Options), even plug in your own image codecs Object oriented architecture simplifies development. High level functionality allows for quick development while low level classes provide ultimate control Works with the ImageMan.Net Twain controls to easily scan from Twain compatible scanners, cameras and frame grabbers Winforms Viewer, File Open, Thumbnail Viewer, Annotation and Annotation Toolstrip controls Barcode creation and recognition support for 1-d and 2-d barcodes symbologies including QR, Datamatrix, 3 of 9, Codabar, PDF417, Code 3 of 9, Code 3 of 9 Extended, Code 93, EAN-8, EAN-13, UPC-A, UPC-E, Aztec, Interleaved 2 of 5, Codabar and more Document Edition includes royalty free OCR, Annotations and document processing commands including despeckle, border removal, border cleanup and more Supports building client side Winforms and ASP.Net server side applications 32 & 64 bit assemblies for .Net 2.0, .Net 3.x and 4.x Support for Visual Studio 2005, 2008, 2010, 2012 and 2013 Context Sensitive Online Help and Documentation Backed up by Data Techniques professional support staff 1 ImageMan.Net Getting Started ImageMan.Net Getting Started 2 What's New in Version 3 What's new in the Summer Release PDFEncoder & OCR Engine Enhanced the Searchable PDF Support by assuring that the searchable text lines up with the raster image content. This requires assigning the OcrInfo ('OcrInfo Property' in the on-line documentation) property from the Ocr Engine class to the OcrInfo ('OcrInfo Property' in the on-line documentation) property of the PdfEncoder when saving images. Thumbnail Control Added option to display checkboxes with each thumbnail via the DisplayCheckBox ('DisplayCheckBox Property' in the on-line documentation) property, added the ThumbCheckedChanged ('ThumbCheckChanged Event' in the on-line documentation) event and the Checked ('Checked Property' in the on-line documentation) property to the Thumbnail class. Added the ThumbBorderColor ('ThumbBorderColor Property' in the on-line documentation) property to allow the developer to set the Thumbnail border color. Added the ScrollToThumb ('ScrollToThumb Method' in the on-line documentation) method to allow code to scroll a given thumbnail into view. Added Drag and Drop Thumbnail support via the AllowDragDrop ('AllowDragDrop Property' in the on-line documentation) property and the ThumbDragged ('ThumbDragged Event' in the on-line documentation) event. Annotation Control Added the AllowSelect ('AllowSelect Property' in the on-line documentation) property to the annotation control to allow developers to disable the ability of users to select annotations via the mouse. Added the ToolDefaultsToSelect ('ToolDefaultsToSelect Property' in the on-line documentation) property to control if the Current tool reverts back to the select tool after creating a new annotation or if the tool remains the same allowing users to create multiple annotations of the same type without having to reselect the tool. Viewer Control Added the MouseWheelScrollDelta ('MouseWheelScrollDelta Property' in the on-line documentation) property to specify the scroll distance when the user uses the MouseWheel to scroll an image. Barcode Creation and Recognition Support Addon The Barcode Support (Section 13.18) Addon provides support for creating and reading barcodes in a variety of common 1d and 2d symbologies. The Addon is available for an additional cost for both the Standard and Document editions of ImageMan.Net. Misc bug fixes and some performance enhancements in various Encoders and Decoders New Features in all Version 3.0 ImageMan.Net editions 2 ImageMan.Net Getting Started ImageMan.Net Getting Started 32 and 64 bit assemblies for .Net 2.0 and .Net 4.0 frameworks Support for reading and writing EXIF data including GPS tags from JPG files Misc enhancements to the Viewer and ThumbnailViewer controls Performance enhancements to the PdfDecoder class Important Changes from previous Versions 1. The PDFDecoder class is now located in the DTI.ImageMan.Codecs.Pdf assembly instead of the base codecs assembly. This means you will need to explicitly reference this assembly in your solution and add it to your installer if you use the PDFDecoder class. This assembly only needs to be referenced and deployed if you have licensed the optional PDF Import Add On support for ImageMan.Net. 2. The PDFEncoder and PDFDecoder classes are now no longer automatically included in the RegisteredDecoders and RegisteredEncoders collections. If you have licensed the PDF Import or Export support your application will need to add an instance of each object to the respective collection when your application starts up. Adding the PdfEncoder and PdfDecoders in C# // Add the Pdf Codecs in the initialization code for your application DTI.ImageMan.RegisteredEncoders.Encoders.Add( new PdfEncoder() ); DTI.ImageMan.RegisteredDecoders.Decoders.Add( new PdfDecoder() ); Adding the PdfEncoder and PdfDecoders in VB.Net ' Add the Pdf Codecs in the initialization code for your application DTI.ImageMan.RegisteredEncoders.Encoders.Add(New PdfEncoder()) DTI.ImageMan.RegisteredDecoders.Decoders.Add(New PdfDecoder()) 3 ImageMan.Net Getting Started ImageMan.Net Getting Started 3 What's Installed After running the ImageMan.Net component installer you'll find the following items installed on your machine: Sample Applications and Source Code Complete samples in both C# and VB.Net are provided for Visual Studio Versions 2005, 2008 and 2010. The samples are installed in the \My Documents\Data Techniques\ImageMan.Net V3 directory. Shortcuts to the solutions are installed in the start menu under ImageMan.Net V 3. Online Help Help is provided in several formats depending on which versions of Visual Studio are installed. The latest Help is also available online from our website at http://www.data-tech.com/help/imnet/webframe.html. Shortcuts to the installed help files are provided in the start menu as well as being integrated into the Visual Studio help systems. Ready to Run Samples Prebuilt versions of our sample applications are available in the Program files\ImageMan.Net V3\binaries directory and shortcuts are available from the start menu. ImageMan.Net Assemblies The installer has copied the ImageMan.Net assemblies into the Global Assembly Cache (GAC) as well as into the Program Files\ImageMan.Net V3\net40 and net20 directories. See the Deploying your Applications (Section 6) topic for information on how to best deploy your ImageMan.Net application. 4 ImageMan.Net Getting Started ImageMan.Net Getting Started 4 Using the Trial Edition The trial edition of the ImageMan.Net toolkit is fully functional and includes controls with a 60 day trial limit and a watermark added to processed images. After the 60 day trial period the controls will no longer instantiate and will display a trial expired dialog. At that time you may register the controls by entering your registration code you received when your order was processed. Upon registration, the time limit and watermark will be removed. Should you have any questions during the trial period please let us know at [email protected] or by calling us at 800-955-8015 or 828-682-4111 (9-5 ET). 5 ImageMan.Net Getting Started ImageMan.Net Getting Started 5 Product Versions The ImageMan.Net components are available in two versions. The base ImageMan.Net toolkit includes our core imaging functionality and is ideal for applications with general imaging needs while the ImageMan.Net Document Edition targets developers building document management applications. The ImageMan.Net components installation includes both versions which are unlocked by entering an appropriate registration code. The ImageMan.Net Document Edition includes all the functionality of the ImageMan.Net components plus: Royalty Free OCR based on the award winning Tesseract OCR engine developed by Hewlett Packard Annotation support including the ability to read and write annotations in the Wang annotation format Document oriented image processing commands such as Border Removal, Blank Page Detection, Despeckle and more Ability to write searchable PDF/A files using the optional PDF Export Addon Optional Addons PDF Import and Export Addons The optional PDF Import and Export Addons allow ImageMan.Net to read and write PDF files. Trial versions which add a watermark to the loaded and saved pages are included with the ImageMan.Net install. Barcode Reader and Writer Addon The Barcode Addon provides support for creating and reading barcodes in a variety of common 1d and 2d symbologies. The Addon is available for an additional cost for both the Standard and Document editions of ImageMan.Net. The ImageMan.Net Barcode support can recgnize 1-d barcodes in the following formats: Codabar (Section 14.1.2) Code 128 (Section 14.1.4), A/B/C Code 39 (Section 14.1.5), Code 39 Extended (Section 14.1.5) Code 93 (Section 14.1.6) Ean-8, EAN-13 (Section 14.1.8) Interleaved 2 of 5 (Section 14.1.10) ITF-14 (Section 14.1.12) Standard 2 of 5 (Section 14.1.18) UPC A, UPC E (Section 14.1.20) UPC 2 Digit Ext (Section 14.1.20) UPC 5 Digit Ext (Section 14.1.20) Supported 2-d barcode formats
Recommended publications
  • First Read Rate Analysis of 2D-Barcodes for Camera Phone Applications As a Ubiquitous Computing Tool
    Edith Cowan University Research Online ECU Publications Pre. 2011 2007 First Read Rate Analysis of 2D-Barcodes for Camera Phone Applications as a Ubiquitous Computing Tool Hiroko Kato Edith Cowan University Keng T. Tan Edith Cowan University Follow this and additional works at: https://ro.ecu.edu.au/ecuworks Part of the Engineering Commons 10.1109/TENCON.2007.4428778 This is an Author's Accepted Manuscript of: Kato, H., & Tan, K. (2007). First read rate analysis of 2D-barcodes for camera phone applications as a ubiquitous computing tool. Proceedings of IEEE Tencon (IEEE Region 10 Conference). (pp. 1-4). Taipei, Taiwan. IEEE. Available here © 2007 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works. This Conference Proceeding is posted at Research Online. https://ro.ecu.edu.au/ecuworks/4953 First read rate analysis of 2D-barcodes for camera phone applications as a ubiquitous computing tool. H. Kato and K.T. Tan School of Computer Science and Information Science Edith Cowan University 2 Bradford Street Mount Lawley, WA 6050 AUSTRALIA Abstract- This paper presents a detailed study on the first read In this paper, we present key factors that could enhance the rate (FRR) of seven 2D-barcodes currently used for camera phone robustness and usability of a 2D-barcode system2 based on our applications.
    [Show full text]
  • Generalized Fibonacci Numbers and Applications
    Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Generalized Fibonacci Numbers and Applications Sarkis Agaian Stanford University Student Member, IEEE [email protected] Abstract— The present paper relates to the methods for data efficient, accessible, and secure. Traditionally, barcodes have encoding and the reading of coded information represented by represented data in the widths and spacings of black parallel colored (including monochrome/black, gray) symbols (bars, lines. They are now referred to as linear or 1D (1 dimensional) triangles, circles, or other symbols). It also introduces new barcodes or symbologies. Since such barcodes use two types algorithms for generating secure, reliable, and high capacity of symbol elements, however, they carry a limited amount of color barcodes by using so called weighted n-dimensional random Fibonacci number based representations of data. The information with few security features. As a result, other types representation, symbols, and colors can be used as encryption of symbologies, most notably 2-D and color barcodes, have keys that can be encoded into barcodes, thus eliminating the been developed to offer more capabilities than their linear direct dependence on cryptographic techniques. To supply an counterpart [7]. extra layer of security, one may encrypt given data using different types of encryption methods. 2D barcodes can be broadly classified as either stacked symbology or matrix code. Stacked symbology, also called Keywords—Color barcode, Weighted n-dimensional random multi-row code, is created by “stacking” a series of linear Fibonacci sequences, Fibonacci numbers, Fibonacci p-code, barcode on top of each other.
    [Show full text]
  • © in This Web Service Cambridge University Press
    Cambridge University Press 978-0-521-88839-4 - Barcodes for Mobile Devices Hiroko Kato, Keng T. Tan and Douglas Chai Index More information Index AC coefficient, 168, 169 biometric data, 66, 67, 92, 123 access control, 66 biometric encryption key, 67 Active Book, 98 bitmap (BMP), 166 Active CyberCode, 104, 105 bitwise-XOR operations, 143 Active TRIPboard, 107 blob, 70, 71, 73, 145 adaptive thresholding, 106, 172–174, 176 block code, 131 additive colour space, 124, 160, 161 blog, 31, 45, 115 Advanced Television Systems Committee Bluetooth, 76, 117–119 (ATSC), 131 Bluetooth device address (BD_ADDR), 118 Air Transport Association (ATA), 23, 60 Bose–Chaudhuri–Hochquenghem (BCH) code, 131 alignment failure, 203, 207, 210, 211, 213 bouse, 89 alignment pattern, 52–54, 147 brightness coordinate in colour space, 124 American National Standards Institute (ANSI), 61 bull’s eye, 12, 13, 36, 76, 145 American Standard Code for Information burst error, 54, 131, 137, 140, 141 Interchange (ASCII), 22–24, 33, 35, 36 business card scanner, 91 anti-aliasing, 91, 123, 147 byte compaction mode, 33 application identifier (AI), 41–43 application programming interface (API), 95 area sensor, 28 central circular finder pattern, 146, 155 arm in mCode symbol, 70 centre guard pattern, 24, 112 associative law, 132 charge coupled device (CCD), 12, 28, 31, 45, 58, 89, au (KDDI), 51 91, 97, 110, 122, 149, 158, 214, 215 augmented reality (AR), 31, 94, 97–99, 103–105, 108, 109, 121, 127 camera, 32, 37, 48, 58, 60, 69, 76, 78, 92, 100, Australian Communications and Media Authority
    [Show full text]
  • ITG Barcode Generator
    ITG Barcode Generator Copyright © 2007-2018, IT Genetics. All Rights Reserved. 3 Contents Introduction 5 1 Key Fe.a..t.u..r..e..s......................................................................................................................... 5 2 System.. .R..e..q..u..i.r.e..m...e..n..t.s............................................................................................................ 6 3 Installi.n..g................................................................................................................................ 6 4 What c.a..n.. .y..o..u.. .d..o.................................................................................................................... 6 How to Generate Barcode Labels 7 1 Genera..t.e.. .L..i.s..t........................................................................................................................ 7 2 Forma.t.t.i.n..g.. .B..a..r.c..o..d..e............................................................................................................... 9 Printing Barcodes 9 1 Printin.g.................................................................................................................................. 9 2 Chang..i.n..g.. .P...r.i.n..t.e..r. .S..e..t.t.i.n..g..s.................................................................................................... 11 Selecting Label Type 11 1 Label. .T..y..p..e..s. .S...u..p..p..o..r.t.e..d........................................................................................................ 14 Symbologies
    [Show full text]
  • ZP888 Tech Specs
    TECHNICAL SPECIFICATIONS ZP888 DIRECT THERMAL DESKTOP PRINTER ZP888 Direct Thermal Desktop Printer Specifications are provided for reference and are based on testing the ZP888 using genuine Zebra® supplies. Results may vary in actual application settings or when using other-than-recommended Zebra supplies. Zebra recommends always qualifying any application with thorough testing. Standard Features Printing • 6 in./152 mm per second • Connectivity: USB 2.0 • OpenACCESS™ design for easy media loading • 203 dpi print resolution (8 dots/mm) • 4.09” (104 mm) print width • Direct thermal printing of barcodes, text and graphics • 8 MB SDRAM • Head-up sensor Print Specifications • Transmissive sensor 203 dpi • 5” outside diameter media capability Resolution (8 dots / mm) • Fan-fold media feed slot Speed Programmable 2, 3, 4, 5 • Multiple DOS and Windows® codepage inch/sec - ips or 6 max. (51, 76, 102, 127 support (mm/sec) with max. 152) • Windows drivers Dot Pitch 0.0049” (0.13 mm) • Printer utilities • Linear & 2-D barcode symbologies Max. Print Length 9 in./228 mm Link-OS® Solutions Min. Print Length One dot • ZebraDesigner Pro for ZP888 - No cost Max. Print Width 4.09” (104 mm) Windows-based software to design shipping Min. Print Width One dot labels; available in Chinese. TECHNICAL SPECIFICATIONS ZP888 DIRECT THERMAL DESKTOP PRINTER Media Specifications Electrical Specifications • Media width: 3.39 in./86 mm • Auto-ranging external power supply with: to 4.21 in./107 mm ZP888: integrated power cord • Label length: • Output: 24 VDC, 2.5A − Minimum: 1.0 in./25.4 mm • Input: 220-240 VAC, 50-60 Hz − Maximum: 9.0 in./228 mm • Max roll outer diameter: 5.0 in./ 127 mm Agency Approvals • Media thickness: • TUV-R NRTL, TUV-R CB, BSMI, KCC, EAC, CE, FCC Class-B − 0.0055 in./.14 mm minimum to 0.007 in./ ZP888: CCC .18 mm maximum • Media sensing – gap Physical Specifications • Media type: Dimensions 8.2 in L x 7.9 in.
    [Show full text]
  • Useful Facts About Barcoding
    Useful Facts about Barcoding When Did Barcodes Begin? (Part 1) A barcode is an optical machine-readable representation of data relating to the object to which it is attached. Originally barcodes represented data by varying the widths and spacing’s of parallel lines and may be referred to as linear or one-dimensional (1D). Later they evolved into rectangles, dots, hexagons and other geometric patterns in two dimensions (2D). Although 2D systems use a variety of symbols, they are generally referred to as barcodes as well. Barcodes originally were scanned by special optical scanners called barcode readers; later, scanners and interpretive software became available on devices including desktop printers and smartphones. Barcodes are on the leading edge of extraordinary things. They have given humans the ability to enter and extract large amounts of data in relatively small images of code. With some of the latest additions like Quick Response (QR) codes and Radio-frequency identification (RFID), it’s exciting to see how these complex image codes are being used for business and even personal use. The original idea of the barcode was first introduced in 1948 by Bernard Silver and Norman Joseph Woodland after Silver overheard the President of a local food chain talking about their need for a system to automatically read product information during checkout. Silver and Woodland took their inspiration from recognizing this rising need and began development on this product so familiar to the world now. After several attempts to create something usable, Silver and Woodland finally came up with their ”Classifying Apparatus and Method” which was patented on October 07, 1952.
    [Show full text]
  • Mirror Browser
    USER GUIDE MIRROR BROWSER For 9400 & 9500 Series Mobile Computers DOC Version 2.14 Copyright © 2007 CIPHERLAB CO., LTD. All rights reserved The software contains proprietary information of CIPHERLAB CO., LTD.; it is provided under a license agreement containing restrictions on use and disclosure and is also protected by copyright law. Reverse engineering of the software is prohibited. Due to continued product development this information may change without notice. The information and intellectual property contained herein is confidential between CIPHERLAB and the client and remains the exclusive property of CIPHERLAB CO., LTD. If you find any problems in the documentation, please report them to us in writing. CIPHERLAB does not warrant that this document is error-free. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise without the prior written permission of CIPHERLAB CO., LTD. For product consultancy and technical support, please contact your local sales representative. Also, you may visit our web site for more information. The CipherLab logo is a registered trademark of CIPHERLAB CO., LTD. Microsoft, Windows, and the Windows logo are registered trademarks of Microsoft Corporation in the United States and/or other countries. Bluetooth is a trademark of Bluetooth SIG, Inc., U.S.A. Other product names mentioned in this manual may be trademarks or registered trademarks of their respective companies and are hereby acknowledged. The editorial use of these names is for identification as well as to the benefit of the owners, with no intention of infringement.
    [Show full text]
  • New Developments in Marketing
    18 New developments in marketing The application of the Internet is leading to new developments in marketing, in relation to both suppliers and customers. A major development is the change from supply driven to demand driven. No longer is the major focus to make a transaction (deal), but to create an individual relationship. Part of the changed focus is the involvement of supplier and buyer in the buying process as described earlier, the different forms of relationship in the supply chain and with suppliers, and finally the interaction and communication with customers. 18.1 Changes in the role of suppliers The relationship with suppliers will change in a business-to-business environment (Figure 18.1). The dependency on each other will grow, but will also make the relationship closer. The market is agile and dynamic, market changes are rapid and the loyalty of customers is Internet strategy Reach Information Stock, sales conditions Communication Product information, delivery time, EDI, email Transaction EDI, VMI, Development/time service contract Infrastructure VPN, concept sharing, collaborating Figure 18.1 Relationship with suppliers Technology enables change communication drives change Taylor & Francis proofs - not for distribution 218 Marketing strategy in a dynamic world diminishing. This will lead to a more flexible approach to the market. The standard supply chain will lead to inflexibility because of the different roles of supplier, wholesaler, logistic service supplier and retailer, but also because of the ‘buffer stock’ in the supply chain. There will be a need for less stock in the total chain, which will lead to a ‘single stock location’ approach.
    [Show full text]
  • Offers Big Features for Small Areas
    TDP-225 SERIES – Desktop Direct Thermal Bar Code Printers OFFERS BIG FEATURES FOR SMALL AREAS KEY FEATURES APPLICatIONS n High quality double-walled n Jewelry Tags clamshell design n Retail Point-Of-Sale n 127 mm (5”) OD media capacity n Shelf Labeling n Up to 127 mm (5”) per second print speed n Product Marking n n Available in 203 dpi and 300 dpi Healthcare Specimen resolutions Labeling n Easy media loading n Healthcare Patient n Head open sensor Tracking n microSD Flash memory expansion up n Inventory & Asset to 4 GB Management n Serial and USB 2.0 connectivity n Small Office or Home n Optional front LCD display, internal Office Mailing Ethernet, peel-off module, cutter n Shipping module, Bluetooth module, external 802.11 b/g/n wireless module, n File-Folder Labeling stand-alone keyboard /// www.tscprinters.com TDP-225 SERIES – Desktop Direct Thermal Bar Code Printers PRINTER MODEL TDP-225 TDP-324 Resolution 8 dots/mm (203 DPI) 12 dots/mm (300 DPI) Printing method Direct Thermal Max. print speed 127 mm (5”)/second 102 mm (4”)/second Max. print width 54 mm (2.13“) 48 mm (1.89“) Max. print length 2,286 mm (90“) 1,016 mm (40“) Enclosure Clamshell design with wall mount hole at the bottom cover 109 mm (W) x 171 mm (H) x 209 mm (D) Physical dimension 4.29” (W) x 6.73” (H) x 8.23” (D) Weight 1.2 kg (2.65 lbs) Label roll capacity 127 mm (5“) OD Processor 32-bit RISC CPU • 4 MB Flash memory Memory • 8 MB SDRAM • microSD card reader for Flash memory expansion, up to 4 GB • RS-232 • USB 2.0 Interface • Internal Ethernet, 10/100 Mbps (dealer option) • Bluetooth (user option) • External 802.11 b/g/n wireless (user option) External universal switching power supply Power • Input: AC 100-240V, 1A, 47-63Hz • Output: DC 24V, 2.08A, 50W CORPORATE HEADQUARTERS TSC Auto ID Technology Co., Ltd.
    [Show full text]
  • Location Based Service in Indoor Environment Using Quick Response Code Technology
    LOCATION BASED SERVICE IN INDOOR ENVIRONMENT USING QUICK RESPONSE CODE TECHNOLOGY a,* a Farshad Hakimpour , Ali Zare Zardiny a Department of Geomatics Engineering, Faculty of Engineering, University of Tehran, (fhakimpour, zare_zardiny)@ut.ac.ir KEYWORDS: Location Based Service, QR Code, Indoor Positioning, NFC, RFID, WiFi ABSTRACT: Today by extensive use of intelligent mobile phones, increased size of screens and enriching the mobile phones by Global Positioning System (GPS) technology use of location based services have been considered by public users more than ever.. Based on the position of users, they can receive the desired information from different LBS providers. Any LBS system generally includes five main parts: mobile devices, communication network, positioning system, service provider and data provider. By now many advances have been gained in relation to any of these parts; however the users positioning especially in indoor environments is propounded as an essential and critical issue in LBS. It is well known that GPS performs too poorly inside buildings to provide usable indoor positioning. On the other hand, current indoor positioning technologies such as using RFID or WiFi network need different hardware and software infrastructures. In this paper, we propose a new method to overcome these challenges. This method is using the Quick Response (QR) Code Technology. QR Code is a 2D encrypted barcode with a matrix structure which consists of black modules arranged in a square grid. Scanning and data retrieving process from QR Code is possible by use of different camera-enabled mobile phones only by installing the barcode reader software. This paper reviews the capabilities of QR Code technology and then discusses the advantages of using QR Code in Indoor LBS (ILBS) system in comparison to other technologies.
    [Show full text]
  • 3. Using Zint Barcode Studio Below Is a Brief Guide to Zint Barcode Studio Which Is the Graphical User Interface for the Zint Package
    Zint Barcode Generator and Zint Barcode Studio User Manual This document is a backup of the user manual information which was formerly held at the website http://www.zint.org.uk. You are free to distribute this document, copy it or any part of it and reproduce it by any means or in any medium as you see fit as long as you also acknowledge the fact that it is covered by the following copyright: © Robin Stuart 2006 – 2011 (In other words I'm happy for you to treat it as a public domain document as long as you don't take credit for it!) This version of the manual relates to Zint version 2.4.2. 1. Introduction The Zint project aims to provide a complete cross-platform open source barcode generating solution. The package currently consists of a Qt based GUI, a command line executable and a library with an API to allow developers access to the capabilities of Zint. It is hoped that Zint provides a solution which is flexible enough for professional users while at the same time takes care of as much of the processing as possible to allow easy translation from input data to barcode image. The library which forms the main component of the Zint project is currently able to encode data in over 50 barcode symbologies (types of barcode), for each of which it is possible to translate that data from either Unicode (UTF-8) or a raw 8-bit data stream. The image can be rendered as either a Portable Network Graphic (PNG) image, as Encapsulated Post Script (EPS) or as a Scalable Vector Graphic (SVG).
    [Show full text]
  • Evaluating the Usability and Suitability of Mobile Tagging Media in Educational Settings in a Developing Country
    ISBN: 978-972-8924-77-5 © 2009 IADIS EVALUATING THE USABILITY AND SUITABILITY OF MOBILE TAGGING MEDIA IN EDUCATIONAL SETTINGS IN A DEVELOPING COUNTRY Samuel Olugbenga King Mathematics Education Centre Loughborough University, Loughborough, England Audrey Mbogho Department of Computer Science University of Cape Town, Rondebosch, South Africa ABSTRACT Due to the portability, mobility as well as the significantly enhanced processing and computing capabilities of mobile phones, applications based on the use of mobile phones are increasingly being used in the learning environment. However, there have not been comprehensive studies of how accessible these phone-based educational applications are, or how easy it is for novice users to learn to use them. This paper presents a study that focuses on the evaluation of 2D visual tag (or barcode) systems for accessing digital library content. The study is designed to determine the ease with which novice users can learn to use a tag-based system, and the appropriateness of use of such systems in Africa. The results show that visual tag applications are appropriate for use in Africa, and are also easy to learn to operate. The study incorporates guides on how to further enhance the usability of visual tag-based systems. It is expected that these findings are applicable to developing countries in general. KEYWORDS Visual Tags, Mobile Learning, Image Inputs 1. INTRODUCTION This research project focuses on the investigation of the 2D visual tag systems that are currently available for the linking of physical objects to information about the objects in ways that make social, educational and other interactions with the tagged objects possible.
    [Show full text]