views:

41

answers:

0

Hi!

I do the Image Viewer. I want to use GDI+ for showing a picture in a window. And the library boost::gil for rotating, converting, resizng an image. But GDI+ contains Image class and boost::gil contains other class Image.

How can I use the pattern Adapter for my task? Or what pattern should I use?

Thanks!