Bitmap görüntüsüne bir VML belgeyi dönüştürmek için bir yolu var mı?

2 Cevap php

I've been looking for a long time for a way to have a bitmap from a VML document. In fact, I working on a few libs that use the tag, so I have no problem for anything except for IE (of course) because I'm using ExCanvas in IE, but I'd like to have a bitmap from the generated "canvas" (which is in fact VML).

I've been looking for a few ways to get a bitmap in JS from the VML, but I abandoned this idea, now I'd like to find a server side lib that is able to get a VML string and convert it to a bitmap image. My preferred language is PHP, but if there aren't any in this language, it'll be OK. I also looked at a Java applet that could do that, but this is in fact impossible without a signed one, this is not possible.

Cevabınız için teşekkür ederiz!

2 Cevap

I found a library which looks like the best solution to my problem : VectorConverter. It has however a few problems :

  • sadece spec çok sınırlı bir bölümünü destekler
  • artık korunmaz
  • Kod çok iyi yazılmış değildir ve VML'nin için varolan bir DOM ayrıştırıcı kullanmak değildir
  • Bunu geliştirmek için vaktim yok!

Yani zaman çok ve kim ile herkes bu projeye ilgi ise üzerinde çalışmaya açığız, ve belki de çatal. Bunun üzerinde çalışmak planlıyorsanız bana ulaşın, ben size yardımcı olabilir.

Sen tarayıcı render ve bir görüntü olduğunu yakalamak için izin vermek için CutyCapt gibi bir şey kullanabilirsiniz.