Search found 3 matches
- 2011-08-30T01:36:35-07:00
- Forum: Users
- Topic: ImageMagickNET on VS2008 - Has anyone succeeded?
- Replies: 3
- Views: 7454
Re: ImageMagickNET on VS2008 - Has anyone succeeded?
I succeeded to use ImageMagick with Visual Studio 2010. Take a look at this article : http://www.codeproject.com/KB/web-image ... maker.aspx
- 2011-08-30T01:34:17-07:00
- Forum: Users
- Topic: Problem with Distort Perspective Command
- Replies: 3
- Views: 7854
Re: Problem with Distort Perspective Command
Thanks ! It work with the double quotes !
- 2011-08-29T07:34:48-07:00
- Forum: Users
- Topic: Problem with Distort Perspective Command
- Replies: 3
- Views: 7854
Problem with Distort Perspective Command
Hello, i'm trying to apply this code in my ".bat" file: convert checks.png -matte -virtual-pixel transparent -distort Perspective '0,0,0,0 0,90,0,90 90,0,90,25 90,90,90,65' checks_pers.png The problem is that the result is like the original, no trnasformation to see, but i want to have a 3D Cover. I ...