 |
|
|
 |
|
 |
Hi I appreciate your effort for showing the image conversion capability on .Net. I would request if you have any Win32 code for these conversions which you can share.
I went to http://www.smalleranimals.com[^] site, one of the member has participated in the discussion. But it turns out they looking for money. And since i am building using all free tools including Visual studio express edition i would like not to overstep in costing.
Looking forward to positive response.
Regards Kavitesh.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
The program whihc you have posted is good but gives error on overwriting the same opened file and same opened format.I understand that your program is more on changing the formats but i accidently found this one.Any suggestions please.
P S Walia
|
| Sign In·View Thread·PermaLink | 1.80/5 (2 votes) |
|
|
|
 |
|
 |
Hi, I would like to do this program in compact framework (ppc2003); How can i achieve this? because Compact doesn't have imageformat in system.drawing.image namespace.
Thank you. bye.
mak
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
The author is just showing you how to link in to code written for GDI+, he's not reading or writing anything. To get at other formats is a whole lot more work. There are 3rd party libraries, some are free and open source and may support some of these formats.
Christian
No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, I noticed that you have references on System.WinForms but really it will generate error from Beta2 since it is in System.Windows.Forms.
Just my 2 cents
binarg
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
The article will be updated to release version of VS.NET with your code. Thank you for your contribution!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
you can't legally use .NET to read or write GIFs.
http://www.microsoft.com/DEVONLY/Unisys.htm
http://www.unisys.com/unisys/lzw/
-c
------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
|
| Sign In·View Thread·PermaLink | 3.00/5 (1 vote) |
|
|
|
 |
|
 |
I have never used and I don't intend to use. This article is just showing some .NET capabilities. If somebody is using the code is his responsability to check in advance the legality of his actions.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I thought you could use GIF if you didn't sell the product. Any money making projects that write the GIF format need to pay royaltees, but i thought freeware was immune to this. (I could be wrong)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
you cannot use GIF at all unless you pay royalties to Unisys.
there is no exception for freeware, shareware, trialware or any-other-ware. you must pay royalties on every copy you ditribute. Unisys will probably refuse to even license you if you aren't charging for the program. i've tried licensing free programs and they literally laughed at me. they didn't laugh when we licensed our non-free programs.
reading and writing are both covered.
non-LZW GIF writers and readers are possibly OK, but possibly not - nobody has been taken to court over them yet (that i know of).
go to www.unisys.com and do a search on "LZW".
-c
------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I was under the impression that the compression algorithm is what's patented, not the GIF format itself. For example, the October issue of Dr. Dobb's has an article on an alternative compression algorithm, which they explain sidesteps the Unisys royalty issue.
Please correct me if I'm incorrect here.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
There are numerous ways to write something that GIF can read, which the authors claim sidestep the patent, and Unisys claim does not. The safest way is not to use it. My Doodle sample ( which BTW does everything this article does and more ) and every program I write to use GDI+ to save and load images, do all they can to fail if a gif is read, and will not write them. Why Microsoft opened this can of worms for us, instead of allowing us to choose the formats we will read/write to is beyond me ( I know of no way to stop GDI+ from ever reading a GIF ).
Christian
No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
The GIF format is owned by CompuServe and is available for unlimited use to the public.
If your GIF is internally compressed with the LZW77, then you must pay royalties to Unisis. The GIF standard does support other compressions (such as RLE and zip-style compression), but none are as effective.
I am no lawyer, and it is more complicated than this, of course. So, do your homework and CYA if you plan to use GIFs, because I'm not giving advice here... just a heads-up. 
The best choice is not to use GIF at all (after all, GIF is pretty much useless without LZW). Stick with jpeg for "photo quality" images, and PNG as a replacement for the GIF. If you're looking for a replacement for animated gif, use Flash (Macromedia), SVG (Adobe), Liquid Motion (Microsoft - Not sure if this is still around) or AVI/MPEG (too big really, unless you need photo-quality and sound). Flash has the biggest market share for web animation.
-Mike Stevenson CoderX@liquidmirror.com Owner, Liquid Mirror Software (http://www.liquidmirror.com) Owner, USA vs Afghanistan (http://www.usavsafghanistan.com/) Owner, Shareware Junction (http://www.sharewarejunction.com) Owner, Internet Shopping Spree (http://www.internetshoppingspree.com/)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Mike Stevenson wrote: The GIF format is owned by CompuServe and is available for unlimited use to the public.
Wrong - Compuserve folded completely in the face of Unisys, and Unisys claim ownership of any GIF format, even though you're right that Unisys claim patent on the compression only.
Unisys are scum.
Christian
No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
You can use GIF in C# because Microsoft would have paid the fees for it when they built in the support for it. You do not have to pay for it unless you decode it and render it yourself.
fadi
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |