Resizeing af tif-file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Henrik

    Resizeing af tif-file

    Hi..

    How can i resize an image from a tif-file?

    And save it to a new file?
  • Herfried K. Wagner [MVP]

    #2
    Re: Resizeing af tif-file

    "Henrik" <Henrik@discuss ions.microsoft. com> schrieb:[color=blue]
    > How can i resize an image from a tif-file?
    >
    > And save it to a new file?[/color]

    For single-frame files:

    Resizing an image with a certain interpolation mode
    <URL:http://dotnet.mvps.org/dotnet/faqs/?id=interpolati onmode&lang=en>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Bob Powell [MVP]

      #3
      Re: Resizeing af tif-file

      Check out the GDI+ FAQ for this information and a whole lot more on relavent
      subjects.

      --
      Bob Powell [MVP]
      Visual C#, System.Drawing

      Ramuseco Limited .NET consulting


      Find great Windows Forms articles in Windows Forms Tips and Tricks


      Answer those GDI+ questions with the GDI+ FAQ


      All new articles provide code in C# and VB.NET.
      Subscribe to the RSS feeds provided and never miss a new article.





      "Henrik" <Henrik@discuss ions.microsoft. com> wrote in message
      news:9C0A8941-2BA1-4B3A-96BD-542059379BCF@mi crosoft.com...[color=blue]
      > Hi..
      >
      > How can i resize an image from a tif-file?
      >
      > And save it to a new file?[/color]


      Comment

      • Henrik

        #4
        Re: Resizeing af tif-file

        Thanks both..

        i maybe think herfried solution work? haven't tried?

        I needed the conversion pretty fast, so i had to find a 3. party tool to do
        it for me..



        "Bob Powell [MVP]" wrote:
        [color=blue]
        > Check out the GDI+ FAQ for this information and a whole lot more on relavent
        > subjects.
        >
        > --
        > Bob Powell [MVP]
        > Visual C#, System.Drawing
        >
        > Ramuseco Limited .NET consulting
        > http://www.ramuseco.com
        >
        > Find great Windows Forms articles in Windows Forms Tips and Tricks
        > http://www.bobpowell.net/tipstricks.htm
        >
        > Answer those GDI+ questions with the GDI+ FAQ
        > http://www.bobpowell.net/faqmain.htm
        >
        > All new articles provide code in C# and VB.NET.
        > Subscribe to the RSS feeds provided and never miss a new article.
        >
        >
        >
        >
        >
        > "Henrik" <Henrik@discuss ions.microsoft. com> wrote in message
        > news:9C0A8941-2BA1-4B3A-96BD-542059379BCF@mi crosoft.com...[color=green]
        > > Hi..
        > >
        > > How can i resize an image from a tif-file?
        > >
        > > And save it to a new file?[/color]
        >
        >
        >[/color]

        Comment

        Working...