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 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 01-07-2008, 09:32 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo 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 ...
__________________
The KINGMAKER
Makes Every Thing Possible

Stuffs (My Blog)

Last edited by kingmaker : 01-07-2008 at 09:41 PM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-07-2008, 09:35 PM
Anandavinayagam Anandavinayagam is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 131
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 (permalink)  
Old 01-07-2008, 09:37 PM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: ImageMagick MagickNet psd to gif C#.NET Web Application

ok..thanks..its works fine
__________________
The KINGMAKER
Makes Every Thing Possible

Stuffs (My Blog)

Last edited by kingmaker : 01-07-2008 at 10:01 PM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 09: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 On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/c-programming/4931-imagemagick-magicknet-psd-gif-c-net-web-application.html
Posted By For Type Date
Software Development - C# Programming at DiscussWeb.com This thread Refback 02-21-2008 02:09 PM

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


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


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0