C# (CSharp) CloudMovie.APIRole.Library Namespace

Classes

Name Description
ImageGenerator
ImageGenerator.Formatting To test this code { var tweets = new string[] { "#HappyNewYear http://bit.ly/12ooKaL collects ₹44.97 cr on opening day", "Which moments PK smile in this trailer? http://bit.ly/1rsz46p #PK #PKTeaser", "Tell us who is acting maestro in #HNY SRK, Jr AB, Boman, Deepika, Sonu? http://bit.ly/12ooKaL #MovieMirchi", "Which is your favorite song from #HNY http://bit.ly/12ooKaL ? Lovely, India Wale or Manwa Lage? #MovieMirchi", "HNY http://bit.ly/12ooKaL set the world record by releasing in 6000 screens #HappyNewYear #MovieMirchi", "#PK team http://bit.ly/1rsz46p plans to hold screening for Sanjay Dutt http://bit.ly/1D5BhuV http://dnai.in/cq7S", "Will Happy New Year http://bit.ly/12ooKaL make the hat trick for SRK & Farah after Main Hoon Na & Om Shanti Om? #HappyNewYear", "Though he never sipped alcohol in his life but his name is #PK http://bit.ly/1pDAdYZ", "Wish you very Happy Diwali #MovieMirchi", "On this auspicious day of Diwali, we are delighted to launch our website http://MovieMirchi.co.in Lets start journey together #MovieMirchi", }; TweetFormatter formatter = new TweetFormatter(); var tweetLines = formatter.Format(tweets); ImageGenerator generator = new ImageGenerator(); generator.GenerateTweetImage(tweetLines); } The output file is named as Tweet.png
Scorer
TweetFormatter