I Want someone to help me on how I can get 32-bit Windows Imaging Component.

I look forward to your great assistance.

Thanks in advance.

Recommended Answers

All 5 Replies

Member Avatar for jmichae3

with windows (was it 7 or 8?) all imaging is done with directx. if you are talking about a scanner interface, I think that is still done through WIA or TWAIN.
http://social.msdn.microsoft.com/Search/en-US/?Query=direxctx+sdk
you will need a windows live id to get to the msdn.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms630368%28v=vs.85%29.aspx

oh, wait a minute, you want an imaging component for PHP??? you should look at GD and imagemagic.
http://us.php.net/manual/en/book.image.php

Member Avatar for jmichae3

within that last link take a look at Cairo, it is win32 and OpenGL oriented, and has truetype fonts that you may be looking for.

Member Avatar for diafol

This is PHP?

Member Avatar for jmichae3

cairo is in PHP, surprisingly. I was just looking at it in the PHP manual. the previous stuff wasn't. the lady was confusing me until I saw that there was indeed stuff indeed for this. manuals can be found at php.net, but you need to look for the downloadable version, specifically the enhanced chm file. it has nice search capabilities. that is what I usually tell people.

here is the specific manual page for cairo
http://us.php.net/manual/en/book.cairo.php

here is the page you can download the chm manual manual from
http://us.php.net/download-docs.php

Member Avatar for diafol

@jmichae I was asking the OP whether this is a php related question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.