Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » resample
  • ResampleCommand - image size ignored?

    I've got a problem with the ResampleCommand. I want to scale my image (JPG) to another size (given by destWidth and destHeight) and save it, but the image keeps its original size. I've tried:   workspace.Image = image;  workspace.ApplyCommand(new ResampleCommand(new Size(destWidth, destHeight),  ResampleMethod.LanczosFilter)); ...
    Posted to DotImage Discussions (Forum) by reignman on August 6, 2007
  • Re: Thumbnail manipulation

    Yes, DotImage Photo supports all our photo resampling filters including Lanczos and Area Average, both of which are great at reductions.
    Posted to DotImage Discussions (Forum) by Bill Bither on March 9, 2007