English 中文(简体)
利用C#、ASP.net制作图像过渡
原标题:Creating Gif with Image Transitions using c#, ASP.net

我要求我有多种图像,需要以各种图像转变为幻灯片,我应当能够把它作为图像转变的缩影文件。

我能够在C#的图像之间产生各种转变,但还未发现如何拯救这种图像。 还有一个组成部分,即全国住户调查,允许制作带有多种图像的阴道。 我试图在每一波段挽救形象,然后树立了所有这些形象的灯光,但并没有显示变异效应,只是显示在不同的过渡阶段,黑人反ud将展现的形象。

是否有办法在图像之间产生过渡效应?

问题回答

I would aim for a library that creates animated GIF. It either has to be .NET or COM based to easily use. Perhaps something like this project at CodeProject.

GIF没有用甲型频道支持透明度。 得到支持的唯一透明度是完全透明(而不是像甲型频道那样不透明)。 您需要指定一个棕榈树入口为透明颜色,然后在你想要透明度时使用该棕榈树(GIF总是用棕榈树加以拯救)。

在计算出来的全球投资论坛中,下一个形象被压倒在前,如此透明的领域显示了以往的形象。

或者,你只能使整个新形象成为现实,不能依赖透明度。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签