Readme-ImageDb-20160512.html

ImageDb 2016-05-12

Contents

  1. Introduction
  2. Notes
  3. System Requirements
  4. Operating Environment
  5. Installation
  6. Samples
  7. Related Documents
  8. Revision History

1. Introduction

This package contains a library that reads from and adds to the images managed by Nintendo 3DS Camera on an SD card.

Back to top

2. Notes

Applications that use photos must follow 3DS Guidelines: UGC.

Back to top

3. System Requirements

The following development environment is required to run this package.

Back to top

4. Confirmed Operating Environment

This package is confirmed to run with the following versions of the development environment.

Back to top

5. Installation

Package Setup

Extract this package and place it in any directory. We recommend that you place it in a directory whose path does not include spaces or fullwidth characters.

Incorporating This Library Into Your Application

You need the following when incorporating this library into your application.

Adding #include paths.
Add (directory where this package is installed)/include to the #include paths.
Including header files.
Include imgdb/ImageIO.h within files that use this library.
Adding libraries to link.
Add libraries/(platform)/(target)/ImageDb.fast.a OR libraries/(platform)/(target)/ImageDb.small.a to the libraries to link.

Back to top

6. Samples

The included sample is a program that saves and reads JPEG files.
Insert a formatted SD card before running the program.

Back to top

7. Related Documents

The ImageDb Programming Manual provides an overview and instructions for how to use this package.
ImageDb Programming Manual (PDF)

For a detailed explanation of each function, see the API Reference. API Reference

Back to top

8. Revision History

● 2016-05-12 Release
● 2015-03-20 Release
● 2014-09-16 Release
● 2014-07-31 Release
● 2014-04-09 Release
● 2013-11-20 Release
● 2013-02-22 Release
● 2013-01-15 Release
● 2012-04-04 Release
● 2012-01-23 Release
● 2011-11-25 Release
● 2011-11-08 Release
● 2011-08-10 Release
● 2011-07-26 Release
● 2011-07-12 Release
● 2011-07-04 Release
● 2011-04-11 Release
● 2011-02-14 Release
● 2011-02-02 Release
● 2010-12-30 Release
● 2010-12-19 Release
● 2010-12-14 Release
● 2010-12-04 Release
● 2010-12-01 Release
● 2010-11-20 Release
● 2010-11-11 Release
● 2010-11-08 Release
● 2010-10-07 Release
● 2010-08-26 Release
● 2010-07-26 Release
● 2010-07-05 Release
● 2010-06-11 Release
● 2010-06-04 Release
Back to top

CONFIDENTIAL