Kamis, 14 November 2013

PHP Indonesia - Facebook: cara merubah gambar sidik jari menjadi string itu ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
The Best Way to Manage your Money.

Start using Mint today to set a budget, track your goals and do more with your money.
From our sponsors
cara merubah gambar sidik jari menjadi string itu ...
Nov 15th 2013, 00:29, by Muhammad Fathul Aziz

Muhammad Fathul Aziz 12:29am Nov 15
cara merubah gambar sidik jari menjadi string itu gmn ya gan?

Joy Singgih Yee 12:53am Nov 15
expert

Muhammad Fathul Aziz 12:59am Nov 15
lebih jelasnya gmn gan?

Damaera Buu-Buu 12:59am Nov 15
string> g base64?

Muhammad Fathul Aziz 1:01am Nov 15
sintak jelasnya

Damaera Buu-Buu 1:02am Nov 15
http://stackoverflow.com/questions/3967515/convert-image-to-base64-encoding-in-php

Damaera Buu-Buu 1:03am Nov 15
pake js juga bisa.
gambar ditempelin ke canvas, trus toDataUrl

https://developer.mozilla.org/en/DOM/HTMLCanvasElement

Muhammad Fathul Aziz 1:04am Nov 15
Damaera Buu-Buu: contoh sintak jadimu gmn gan?kurang paham b inggris nya

Damaera Buu-Buu 1:05am Nov 15
bentar...

Muhammad Fathul Aziz 1:07am Nov 15
oke

Damaera Buu-Buu 1:10am Nov 15
$type = pathinfo($path, PATHINFO_EXTENSION);
$data = file_get_contents("http://profile.ak.fbcdn.net/hprofile-ak-ash1/s32x32/203260_100001013004289_848957631_q.jpg");
$base64 = 'data:image/' . $type . ';base64,' . base64_encode($data);

echo $base64;

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar