B Hart

Show:

What's happening?

  • Followup: RE: rotation not working

    It is strange, as it is working now. But I am 99% sure that I was looking at the output image. The only thing that has changed is a restart of MSVC 8.0. I've re-built also, but I was doing that before. I'll post if the problem re-appears. Thanks.

    2009-07-01 00:17:23 UTC in Adobe Source Libraries

  • rotation not working

    The following code's intent is to read an image then saves it rotated. However, the saved image is the same as the read in image...i.e. not rotated. std::string filename( "../debug/inputBMPs/in.png" ); rgb8_image_t img; png_read_image( filename, img ); rgb8_view_t rgb8_view = view(img); png_write_view("../debug/outputBMPs/out.png", rotated90ccw_view(rgb8_view));.

    2009-06-30 19:59:44 UTC in Adobe Source Libraries

  • Followup: RE: BMP IO

    Yes I can use PNG files as my input. I know how to read a png, save a png, but what is unclear is how to get/set RGB or BGR values??? I assume maybe a pixel iterator is used in some way. I see no examples, of doing this however. There is also alot of presumption by GILs authors that user's of GIL are advanced STL users with fore knowledge of Template Meta Programming and Boost MPL. I...

    2009-06-26 09:30:42 UTC in Adobe Source Libraries

  • BMP IO

    I already posted asking for someone to please provide an example of how to load a BMP, r/w pixesl, and save...there was no reply! I have subsequently gone through the video and have a concept now of what to do. Notwithstanding, and per the BMP IO, I see that on the Adobe site there is an extension provided, but it comes with NO instructions whatsoever. While the links say that it is for BNP...

    2009-06-22 19:40:09 UTC in Adobe Source Libraries

  • need example of loading BMP, and R/W pixels

    I would like a GIL code example showing how to open a BMP, GET/SET the BMP pixels, and save the BMP. Also, is there any cookbook of routines for GIL? GIL seems great if one is going to spend months or years writing image algorithyms, but someone who just needs to do a few image related task and move on, it is way to steep of a learning curve.

    2009-06-20 19:18:56 UTC in Adobe Source Libraries

About Me

  • 2009-06-20 (5 months ago)
  • 2540303
  • bhartsb (My Site)
  • B Hart

Send me a message