Results 1 to 3 of 3

Thread: จะ load รูป bmp file ลงมือถือโดยไม่ใช้ mbm ทำงัยคับ

  1. #1
    ishi250
    Guest


    จะ load รูป bmp file ลงมือถือโดยไม่ใช้ mbm ทำงัยคับ

    ผมทำ video decoder บนมือถือแล้วผลจะได้ bmp file ตอน run application ผมต้องการแสดงรูป bmp บนหน้าจอมี api ตัวไหนไว้ load bmp file มัยคับหรือวิธีแก้ปัญหามัยคับ ???

  2. #2
    Senior Member
    Join Date
    Jul 2004
    Location
    Bangkok
    Posts
    187


    Re: จะ load รูป bmp file ลงมือถือโดยไม่ใช้ mbm ทำงัยคับ

    มีสองวิธี
    - เขียนโหลด bitmap เอง จากไฟล์ มีข้อระวัง คือ บน symbian structure มัน pack ให้ลง 4 และก็ระวังเรื่องจำนวนบิตสี และก็เรื่อง path ของ file
    - ใช้ CMdaImageUtility วิธีใช้ก็เคยให้ไปแล้ว ในโหลด png

    และต้องเข้าใจ CFbsBitmap ด้วยว่าใช้อย่างไร
    เวลาวาดก็ใช้ CFbsBitGc

  3. #3
    Junior Member
    Join Date
    Dec 2006
    Posts
    0


    Re: จะ load รูป bmp file ลงมือถือโดยไม่ใช้ mbm ทำงัยคับ

    โหลด bmp,gif,jpg ก็ได้ครับโดยใช้ CPAlbImageViewerBasic ง่ายดี
    เพิ่ม library ลงใน mmp ด้วย
    LIBRARY palbview.lib

    ให้ include ตัวนี้นะครับ
    #include <palbimageviewerbasic.h>

    _LIT(filepicture,"C:SystemAppsMyAppMyPic.jpg");
    cp = CPAlbImageViewerBasic::NewL(this,Rect());
    User::LeaveIfError(cp->LoadImageL(filepicture,EColor4K));

    และ cp->Bitmap(); ตัวนี้จะ รีเทิรนออกมาเป็น CFbsBitmap เพื่อเอามา BitBlt ลงหน้าจอ

Similar Threads

  1. PERL Load PIC v.1
    By lordbsd in forum Perl
    Replies: 1
    Last Post: 03-07-2008, 01:16 PM
  2. Load .X model in DirectX
    By asylu3 in forum Game Programming & Computer Graphics
    Replies: 0
    Last Post: 05-10-2004, 10:14 PM
  3. load unload
    By maxdezign in forum Flash & Multimedia
    Replies: 0
    Last Post: 29-04-2004, 11:08 PM
  4. Load show picture 02
    By ar3s in forum C/C++,C#,VC++,MFC,Win32
    Replies: 0
    Last Post: 14-09-2003, 10:12 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •