Support Portal

Search

Page 1 of 1 (3 items)
  • Re: [C#] ERR_PROPERTY_VALUE

     Nice catch, worked great. Thanks!
    Posted to Volo Discussions (Forum) by mkdev on 08-14-2007
  • Re: [C#] ERR_PROPERTY_VALUE

    OK, I discovered the mirrored property and am now trying the following code: if (bmpData.Stride < 0) { voloret = Volo.Set(volo, Volo.PROP_IMAGE_LINE_DELTA, -bmpData.Stride); voloret = Volo.Set(volo, Volo.PROP_IMAGE_MIRRORED, Volo.CONST_ENABLED); } else voloret = Volo.Set(volo, Volo.PROP_IMAGE_LINE_DELTA, ...
    Posted to Volo Discussions (Forum) by mkdev on 08-14-2007
  • [C#] ERR_PROPERTY_VALUE

    Hi, I'm currently trying to implement Volo in a C# application, but running into a problem when trying to set the image to decode. I'm using the below code, pretty much copied from your C# sample: System.Drawing.Imaging.BitmapData bmpData = bmp8bpp.LockBits( new Rectangle(0, 0, bmp8bpp.Width, ...
    Posted to Volo Discussions (Forum) by mkdev on 08-14-2007
Page 1 of 1 (3 items)
Copyright Omniplanar, Inc. 2007
Powered by Community Server (Commercial Edition), by Telligent Systems