IT Community - Software Programming, Web Development and Technical Support

ImageMagick Magicknet psd to gif C#.NET Web Application

This is a discussion on ImageMagick Magicknet psd to gif C#.NET Web Application within the C# Programming forums, part of the Software Development category; ImageMagick Magicknet psd to gif C#.net Web Application hi i want to convert psd into gif image...,need to ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  #1  
Old 01-07-2008, 08:32 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default ImageMagick MagickNet psd to gif C#.NET Web Application

ImageMagick Magicknet psd to gif C#.net Web Application

hi i want to convert psd into gif image...,need to add some text to that image ,need to rotate the text to some angle....

can u pls ...

Last edited by kingmaker : 01-07-2008 at 08:41 PM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-07-2008, 08:35 PM
Anandavinayagam Anandavinayagam is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 135
Anandavinayagam is on a distinguished road
Default Re: ImageMagick Magicknet psd to gif

hey.....i have the code for the same



Magick.Init();
MagickNet.Image img = new MagickNet.Image(new StreamReader(@"d:\template-img.psd").BaseStream);
//Image this text
MagickNet.Image imgText1 = new MagickNet.Image(new Geometry(200, 30), new Color(System.Drawing.Color.Black));
imgText1.FillColor = new Color(System.Drawing.Color.Red);
imgText1.Antialias = false;
imgText1.Annotate("Some Text", GravityType.NorthWestGravity);
int degree = 90;
imgText1.Rotate(degree);
imgText1.Transparent(new Color(System.Drawing.Color.Black));
img.Composite(imgText1, 0, 0, CompositeOperator.AtopCompositeOp);
img.Write(@"d:\output.gif");
Magick.Term();

see the outputoutput.gif
__________________
The MOSS
Master of Solution Service
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-07-2008, 08:37 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 881
kingmaker is on a distinguished road
Send a message via MSN to kingmaker
Default Re: ImageMagick MagickNet psd to gif C#.NET Web Application

ok..thanks..its works fine

Last edited by kingmaker : 01-07-2008 at 09:01 PM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 02-20-2008, 08:57 PM
Savior Savior is offline
D-Web Trainee
 
Join Date: Feb 2008
Posts: 11
Savior is on a distinguished road
Unhappy Re: ImageMagick Magicknet psd to gif C#.NET Web Application

Hi,Kingmaker. can u mail a MagickNet.src.1.0.0.3.zip or MagickNet.dll which can be used directly? Thanks very much! I cant get the attachment up there.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
ImageMagick MagickNet C# WebApplication Anandavinayagam C# Programming 92 09-06-2009 10:05 AM
Addnoise using ImageMagick MagickNet in C#.NET Anandavinayagam C# Programming 1 09-20-2008 01:24 AM
Can anyone mail me a MagickNet.src.1.0.0.3.zip or MagickNet.dll Savior C# Programming 8 09-16-2008 12:34 AM
Chop Image using ImageMagick MagickNet Anandavinayagam C# Programming 3 01-08-2008 03:32 AM
ImageMagick gattuso PHP Programming 2 07-19-2007 11:02 AM


All times are GMT -7. The time now is 01:02 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0