카툰팩토리

 

MSP(Microsoft Student Patner)활동을 하면서 처음으로 만든 앱이다. 부족한 건 많지만 정말 많은 애정을 갖고 만든앱이다. 완성을 할 수 있을까라는 생각도 많이 가졌지만 완성을 했다. 이런 앱이 탄생하기 까지 같이 프로젝트를 함께한 기획자(+디자이너?), 개발자의 도움이 컷다.

 

스토어 주소: http://apps.microsoft.com/windows/ko-kr/app/dadd4f0f-a95c-4f16-a26f-5cb837d10eb7

 

개발환경: visual studio 2012

c# + c++(direct 2d)

 

How to add wartermark text/image to a bitmap in Windows Store app?이라는 샘플을 바탕으로 제작하였습니다.  

  

In Windows Store app, you can't use GDI/GDI+ graphics API any more. This sample will show you how to draw watermark text or image to a bitmap in D2D. The sample contains two projects: one is a C++ Windows Runtime Component which wraps D2D/DWrite/WIC API and exposes some drawing functions and helper functions; the other one is the Client app which consumes the WinRT Component to finish the real work.

 

윈도우 스토어앱에서 GDI/GDI+를 못써서 대신 c++ 컴포넌트를 사용하였다. 즉 ui부분의 c#으로 처리하고 이미지 처리 기능은 c++컨포넌트를 불러들어서 사용한다.

 

주소: http://code.msdn.microsoft.com/How-to-add-wartermark-f6313fad

 

1 스크린샷

 

마우스나 터치로 이미지나 말풍선의 위치를 지정할 수 있습니다.

 

2 스크린샷

 

4가지의 이펙트 효과를 줄 수있습니다.

 

3 스크린샷

 

4가지 이미지로 4컷 만화를 만들 수 있습니다.

+ Recent posts