~ubuntu-branches/ubuntu/feisty/digikam/feisty

« back to all changes in this revision

Viewing changes to digikam/libs/dcraw/dcrawpreview.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 19:09:01 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207190901-h7wo0kj1wv9d5b46
Tags: 1:0.9.0~rc2-0ubuntu1
* New upstream release
* Sync packaging with debian
* Removed obsolete patches 10_kdesvn_606804_dcraw-return-code.diff
  and 11_kdesvn_606805_file-extention-parsing.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ============================================================
 
2
 * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net> 
 
3
 * Date   : 2006-06-29
 
4
 * Description : RAW file preview extraction using dcraw
 
5
 *
 
6
 * Copyright 2006 by Gilles Caulier
 
7
 *
 
8
 * This program is free software; you can redistribute it
 
9
 * and/or modify it under the terms of the GNU General
 
10
 * Public License as published by the Free Software Foundation;
 
11
 * either version 2, or (at your option)
 
12
 * any later version.
 
13
 *
 
14
 * This program is distributed in the hope that it will be useful,
 
15
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
 * GNU General Public License for more details.
 
18
 *
 
19
 * ============================================================ */
 
20
 
 
21
// Qt Includes.
 
22
 
 
23
#include <qstring.h>
 
24
#include <qimage.h>
 
25
 
 
26
// Local Includes.
 
27
 
 
28
#include "digikam_export.h"
 
29
 
 
30
namespace Digikam
 
31
{
 
32
 
 
33
class DIGIKAM_EXPORT DcrawPreview
 
34
{
 
35
public:
 
36
 
 
37
    static bool loadDcrawPreview(QImage& image, const QString& path);
 
38
 
 
39
};
 
40
 
 
41
}  // namespace Digikam