Re:Display TIFF Image



Problem is that I make some operation with images
e.g. Edge detection, transfer from Color2BW, trimming image etc. and image is saved in the memory
as a field int * data;
 
What is different between pixbuf and pixmap.
I have read documentation but I am not so clever from this.
 
regards
Petr
 
From: Emil Nowak <emiml wp pl>
Subject: Re: Display TIFF Image
To: gtkmm-list gnome org
Message-ID: <20060712172018 4a7c8890 galeon>
Content-Type: text/plain; charset=US-ASCII
On 2006-07-12 (Wed), at 14:35:36 Petr Hracek wrote:
> Hi everybody,
>
> with the help of library libtiff I read tiff image and I want to display
> this image to the dialog.
Why you are not using
set(const std::string& filename);
method from Gtk::Image ?
It is the simplest way to display images.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]