-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathm2brimagem.class.php
732 lines (657 loc) · 18.9 KB
/
m2brimagem.class.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
<?php
/**
* m2brimagem.class.php
*
* Classe para manipulação de imagens
*
* @package m2brnet admin v2
* @author Davi Ferreira <[email protected]>
* @version 0.6a $ 2008-11-14 12:07:13 $
*/
class m2brimagem {
// arquivos
var $origem, $img;
// dimensões
var $largura, $altura, $nova_largura, $nova_altura, $tamanho_html;
// dados do arquivo
var $formato, $extensao, $tamanho, $arquivo, $diretorio;
// extensões válidas
var $extensoes_validas;
// cor de fundo para preenchimento
var $rgb;
// mensagem de erro
var $erro;
/**
* Construtor
* @param $string caminho da imagem a ser carregada
* @return void
*/
function m2brimagem( $origem = '', $extensoes_validas = array( 'jpg', 'jpeg', 'jpe', 'gif', 'bmp', 'png' ) )
{
$this->origem = $origem;
$this->img = '';
$this->largura = 0;
$this->altura = 0;
$this->nova_largura = 0;
$this->nova_altura = 0;
$this->formato = 0;
$this->extensao = '';
$this->tamanho = '';
$this->extensoes_validas = $extensoes_validas;
$this->arquivo = '';
$this->diretorio = '';
$this->rgb = array( 255, 255, 255 );
$this->tamanho_html = '';
if ( $this->origem )
{
$this->dados();
}
} // fim construtor
/**
* Retorna dados da imagem
* @param
* @return void
*/
function dados()
{
// mensagem padrão, sem erro
$this->erro = 'OK';
// verifica se imagem existe
if ( !is_file( $this->origem ) )
{
$this->erro = 'Erro: Arquivo de imagem não encontrado!';
}
else
{
// dados do arquivo
$this->dadosArquivo();
// verifica se é imagem
if (!$this->eImagem())
{
$this->erro = 'Erro: Arquivo '.$this->origem.' não é uma imagem!';
}
else
{
// pega dimensões
$this->dimensoes();
// cria imagem para php
$this->criaImagem();
}
}
} // fim dadosImagem
/**
* Retorna validação da imagem
* @param
* @return String string com erro de mensagem ou 'OK' para imagem válida
*/
function valida()
{
return $this->erro;
} // fim valida
/**
* Carrega uma nova imagem, fora do construtor
* @param String caminho da imagem a ser carregada
* @return void
*/
function carrega( $origem = '' )
{
$this->origem = $origem;
$this->dados();
} // fim carrega
//------------------------------------------------------------------------------
// dados da imagem
/**
* Busca dimensões e formato real da imagem
* @param
* @return void
*/
function dimensoes()
{
$dimensoes = getimagesize( $this->origem );
$this->largura = $dimensoes[0];
$this->altura = $dimensoes[1];
// 1 = gif, 2 = jpeg, 3 = png, 6 = BMP
// http://br2.php.net/manual/en/function.exif-imagetype.php
$this->formato = $dimensoes[2];
$this->tamanho_html = $dimensoes[3];
} // fim dimensoes
/**
* Busca dados do arquivo
* @param
* @return void
*/
function dadosArquivo()
{
// imagem de origem
$pathinfo = pathinfo( $this->origem );
$this->extensao = strtolower( $pathinfo['extension'] );
$this->arquivo = $pathinfo['basename'];
$this->diretorio = $pathinfo['dirname'];
$this->tamanho = filesize( $this->origem );
} // fim dadosArquivo
/**
* Verifica se o arquivo indicado é uma imagem
* @param
* @return Boolean true/false
*/
function eImagem()
{
// filtra extensão
if ( !in_array( $this->extensao, $this->extensoes_validas ) )
{
return false;
}
else
{
return true;
}
} // fim validaImagem
//------------------------------------------------------------------------------
// manipulação da imagem
/**
* Cria objeto de imagem para manipulação no GD
* @param
* @return void
*/
function criaImagem()
{
switch ( $this->formato )
{
case 1:
$this->img = imagecreatefromgif( $this->origem );
$this->extensao = 'gif';
break;
case 2:
$this->img = imagecreatefromjpeg( $this->origem );
$this->extensao = 'jpg';
break;
case 3:
$this->img = imagecreatefrompng( $this->origem );
$this->extensao = 'png';
break;
case 6:
$this->img = imagecreatefrombmp( $this->origem );
$this->extensao = 'bmp';
break;
default:
trigger_error( 'Arquivo inválido!', E_USER_WARNING );
break;
}
} // fim criaImagem
//------------------------------------------------------------------------------
// funções para redimensionamento
/**
* Redimensiona imagem
* @param Int $nova_largura valor em pixels da nova largura da imagem
* @param Int $nova_altura valor em pixels da nova altura da imagem
* @param String $tipo método para redimensionamento (padrão [vazio], 'fill' [preenchimento] ou 'crop')
* @return Boolean/void
*/
function redimensiona( $nova_largura = 0, $nova_altura = 0, $tipo = '', $rgb = array( 255,255,255 ) )
{
// seta variáveis passadas via parâmetro
$this->nova_largura = $nova_largura;
$this->nova_altura = $nova_altura;
$this->rgb = $rgb;
// define se só passou nova largura ou altura
if ( !$this->nova_largura && !$this->nova_altura )
{
return false;
}
// só passou altura
elseif ( !$this->nova_largura )
{
$this->nova_largura = $this->largura / ( $this->altura/$this->nova_altura );
}
// só passou largura
elseif ( !$this->nova_altura )
{
$this->nova_altura = $this->altura / ( $this->largura/$this->nova_largura );
}
// redimensiona de acordo com tipo
if ( 'crop' == $tipo )
{
$this->resizeCrop();
}
elseif ( 'fill' == $tipo )
{
$this->resizeFill();
}
else
{
$this->resize();
}
// atualiza dimensões da imagem
$this->altura = $this->nova_altura;
$this->largura = $this->nova_largura;
} // fim redimensiona
/**
* Redimensiona imagem, modo padrão, sem crop ou fill (distorcendo)
* @param
* @return void
*/
function resize()
{
// cria imagem de destino temporária
$imgtemp = imagecreatetruecolor( $this->nova_largura, $this->nova_altura );
imagecopyresampled( $imgtemp, $this->img, 0, 0, 0, 0, $this->nova_largura, $this->nova_altura, $this->largura, $this->altura );
$this->img = $imgtemp;
} // fim resize()
/**
* Redimensiona imagem sem cropar, proporcionalmente,
* preenchendo espaço vazio com cor rgb especificada
* @param
* @return void
*/
function resizeFill()
{
// cria imagem de destino temporária
$imgtemp = imagecreatetruecolor( $this->nova_largura, $this->nova_altura );
// adiciona cor de fundo à nova imagem
$corfundo = imagecolorallocate( $imgtemp, $this->rgb[0], $this->rgb[1], $this->rgb[2] );
imagefill( $imgtemp, 0, 0, $corfundo );
// salva variáveis para centralização
$dif_y = $this->nova_altura;
$dif_x = $this->nova_largura;
// verifica altura e largura
if ( $this->largura > $this->altura )
{
$this->nova_altura = ( ( $this->altura * $this->nova_largura ) / $this->largura );
}
elseif ( $this->largura <= $this->altura )
{
$this->nova_largura = ( ( $this->largura * $this->nova_altura ) / $this->altura );
} // fim do if verifica altura largura
// copia com o novo tamanho, centralizando
$dif_x = ( $dif_x - $this->nova_largura ) / 2;
$dif_y = ( $dif_y - $this->nova_altura ) / 2;
imagecopyresampled( $imgtemp, $this->img, $dif_x, $dif_y, 0, 0, $this->nova_largura, $this->nova_altura, $this->largura, $this->altura );
$this->img = $imgtemp;
} // fim resizeFill()
/**
* Redimensiona imagem, cropando para encaixar no novo tamanho, sem sobras
* baseado no script original de Noah Winecoff
* http://www.findmotive.com/2006/12/13/php-crop-image/
* @return void
*/
function resizeCrop()
{
// cria imagem de destino temporária
$imgtemp = imagecreatetruecolor( $this->nova_largura, $this->nova_altura );
// média altura/largura
$hm = $this->altura / $this->nova_altura;
$wm = $this->largura / $this->nova_largura;
// 50% para cálculo do crop
$h_height = $this->nova_altura / 2;
$h_width = $this->nova_largura / 2;
// largura > altura
if ( $wm > $hm )
{
$adjusted_width = $this->largura / $hm;
$half_width = $adjusted_width / 2;
$int_width = $half_width - $h_width;
imagecopyresampled( $imgtemp, $this->img, -$int_width, 0, 0, 0, $adjusted_width, $this->nova_altura, $this->largura, $this->altura );
}
// largura <= altura
elseif ( ( $wm <= $hm ) )
{
$adjusted_height = $this->altura / $wm;
$half_height = $adjusted_height / 2;
$int_height = $half_height - $h_height;
imagecopyresampled( $imgtemp, $this->img, 0, -$int_height, 0, 0, $this->nova_largura, $adjusted_height, $this->largura, $this->altura );
}
$this->img = $imgtemp;
} // fim resizeCrop
//------------------------------------------------------------------------------
// funções de manipulação da imagem
/**
* flipa/inverte imagem
* baseado no script original de Noah Winecoff
* http://www.php.net/manual/en/ref.image.php#62029
* @param String $tipo tipo de espelhamento: h - horizontal, v - vertical
* @return void
*/
function flip( $tipo = 'h' )
{
$w = imagesx( $this->img );
$h = imagesy( $this->img );
$imgtemp = imagecreatetruecolor( $w, $h );
// vertical
if ( 'v' == $tipo )
{
for ( $y = 0; $y < $h; $y++ )
{
imagecopy( $imgtemp, $this->img, 0, $y, 0, $h - $y - 1, $w, 1 );
}
}
// horizontal
if ( 'h' == $tipo )
{
for ( $x = 0; $x < $w; $x++ )
{
imagecopy( $imgtemp, $this->img, $x, 0, $w - $x - 1, 0, 1, $h );
}
}
$this->img = $imgtemp;
} // fim flip
/**
* gira imagem
* @param Int $graus grau para giro
* @param Array $rgb cor RGB para preenchimento
* @return void
*/
function girar( $graus, $rgb = array( 255,255,255 ) )
{
$corfundo = imagecolorallocate( $this->img, $rgb[0], $rgb[1], $rgb[2] );
$this->img = imagerotate( $this->img, $graus, $corfundo );
} // fim girar
/**
* adiciona texto à imagem
* @param String $texto texto a ser inserido
* @param Int $tamanho tamanho da fonte
* @param Int $x posição x do texto na imagem
* @param Int $y posição y do texto na imagem
* @param Array $rgb cor do texto
* @param Boolean $truetype true para utilizar fonte truetype, false para fonte do sistema
* @param String $fonte nome da fonte truetype a ser utilizada
* @return void
*/
function legenda( $texto, $tamanho = 10, $x = 0, $y = 0, $rgb = array( 255,255,255 ), $truetype = false, $fonte = '' )
{
$cortexto = imagecolorallocate( $this->img, $rgb[0], $rgb[1], $rgb[2] );
// truetype ou fonte do sistema?
if ( $truetype === true )
{
imagettftext( $this->img, $tamanho, 0, $x, $y, $cortexto, $fonte, $texto );
}
else
{
imagestring( $this->img, $tamanho, $x, $y, $texto, $cortexto );
}
} // fim legenda
/**
* adiciona imagem de marca d'água
* @param String $imagem caminho da imagem de marca d'água
* @param Int $x posição x da marca na imagem
* @param Int $y posição y da marca na imagem
* @return Boolean true/false dependendo do resultado da operação
* @param Int $alfa valor para transparência (0-100)
-> se utilizar alfa, a função imagecopymerge não preserva
-> o alfa nativo do PNG
*/
function marca( $imagem, $x = 0, $y = 0, $alfa = 100 )
{
// cria imagem temporária para merge
if ( $imagem ) {
$pathinfo = pathinfo( $imagem );
switch( strtolower( $pathinfo['extension'] ) )
{
case 'jpg':
case 'jpeg':
$marcadagua = imagecreatefromjpeg( $imagem );
break;
case 'png':
$marcadagua = imagecreatefrompng( $imagem );
break;
case 'gif':
$marcadagua = imagecreatefromgif( $imagem );
break;
case 'bmp':
$marcadagua = imagecreatefrombmp( $imagem );
break;
default:
$this->erro = 'Arquivo de marca d\'água inválido.';
return false;
}
}
else
{
return false;
}
// dimensões
$marca_w = imagesx( $marcadagua );
$marca_h = imagesy( $marcadagua );
// retorna imagens com marca d'água
if ( is_numeric( $alfa ) && ( ( $alfa > 0 ) && ( $alfa < 100 ) ) ) {
imagecopymerge( $this->img, $marcadagua, $x, $y, 0, 0, $marca_w, $marca_h, $alfa );
} else {
imagecopy( $this->img, $marcadagua, $x, $y, 0, 0, $marca_w, $marca_h );
}
return true;
} // fim marca
/**
* adiciona imagem de marca d'água, com valores fixos
* ex: topo_esquerda, topo_direita etc.
* Implementação original por Giolvani <[email protected]>
* @param String $imagem caminho da imagem de marca d'água
* @param String $posicao posição/orientação fixa da marca d'água
* [topo, meio, baixo] + [esquerda, centro, direita]
* @param Int $alfa valor para transparência (0-100)
* @return void
*/
function marcaFixa( $imagem, $posicao, $alfa = 100 )
{
// dimensões da marca d'água
list( $marca_w, $marca_h ) = getimagesize( $imagem );
// define X e Y para posicionamento
switch( $posicao )
{
case 'topo_esquerda':
$x = 0;
$y = 0;
break;
case 'topo_centro':
$x = ( $this->largura - $marca_w ) / 2;
$y = 0;
break;
case 'topo_direita':
$x = $this->largura - $marca_w;
$y = 0;
break;
case 'meio_esquerda':
$x = 0;
$y = ( $this->altura / 2 ) - ( $marca_h / 2 );
break;
case 'meio_centro':
$x = ( $this->largura - $marca_w ) / 2;
$y = ( $this->altura / 2 ) - ( $marca_h / 2 );
break;
case 'meio_direita':
$x = $this->largura - $marca_w;
$y = ( $this->altura / 2) - ( $marca_h / 2 );
break;
case 'baixo_esquerda':
$x = 0;
$y = $this->altura - $marca_h;
break;
case 'baixo_centro':
$x = ( $this->largura - $marca_w ) / 2;
$y = $this->altura - $marca_h;
break;
case 'baixo_direita':
$x = $this->largura - $marca_w;
$y = $this->altura - $marca_h;
break;
default:
return false;
break;
} // end switch posicao
// cria marca
$this->marca( $imagem, $x, $y, $alfa );
} // fim marcaFixa
//------------------------------------------------------------------------------
// gera imagem de saída
/**
* retorna saída para tela ou arquivo
* @param String $destino caminho e nome do arquivo a serem criados
* @param Int $qualidade qualidade da imagem no caso de JPEG (0-100)
* @return void
*/
function grava( $destino, $qualidade )
{
$destino = '';
// dados do arquivo de destino
if ( $destino )
{
$pathinfo = pathinfo( $destino );
$dir_destino = $pathinfo['dirname'];
$extensao_destino = strtolower( $pathinfo['extension'] );
// valida diretório
if ( !is_dir( $dir_destino ) )
{
$this->erro = 'Diretório de destino inválido ou inexistente';
return false;
}
}
// valida extensão de destino
if ( !isset( $extensao_destino ) )
{
$extensao_destino = $this->extensao;
}
else
{
if (!in_array($extensao_destino, $this->extensoes_validas))
{
$this->erro = 'Extensão inválida para o arquivo de destino';
return false;
}
}
switch( $extensao_destino )
{
case 'jpg':
case 'jpeg':
case 'bmp':
if ( $destino )
{
imagejpeg( $this->img, $destino, $qualidade );
}
else
{
header( "Content-type: image/jpeg" );
imagejpeg( $this->img, NULL, $qualidade );
imagedestroy( $this->img );
exit;
}
break;
case 'png':
if ( $destino )
{
imagepng( $this->img,$destino );
}
else
{
header( "Content-type: image/png" );
imagepng( $this->img );
imagedestroy( $this->img );
exit;
}
break;
case 'gif':
if ( $destino )
{
imagegif( $this->img,$destino );
}
else
{
header( "Content-type: image/gif" );
imagegif( $this->img );
imagedestroy( $this->img );
exit;
}
break;
default:
return false;
break;
}
} // fim grava
//------------------------------------------------------------------------------
// fim da classe
}
//------------------------------------------------------------------------------
// suporte para a manipulação de arquivos BMP
/*********************************************/
/* Function: ImageCreateFromBMP */
/* Author: DHKold */
/* Contact: [email protected] */
/* Date: The 15th of June 2005 */
/* Version: 2.0B */
/*********************************************/
function imagecreatefrombmp($filename) {
//Ouverture du fichier en mode binaire
if (! $f1 = fopen($filename,"rb")) return FALSE;
//1 : Chargement des ent?tes FICHIER
$FILE = unpack("vfile_type/Vfile_size/Vreserved/Vbitmap_offset", fread($f1,14));
if ($FILE['file_type'] != 19778) return FALSE;
//2 : Chargement des ent?tes BMP
$BMP = unpack('Vheader_size/Vwidth/Vheight/vplanes/vbits_per_pixel'.
'/Vcompression/Vsize_bitmap/Vhoriz_resolution'.
'/Vvert_resolution/Vcolors_used/Vcolors_important', fread($f1,40));
$BMP['colors'] = pow(2,$BMP['bits_per_pixel']);
if ($BMP['size_bitmap'] == 0) $BMP['size_bitmap'] = $FILE['file_size'] - $FILE['bitmap_offset'];
$BMP['bytes_per_pixel'] = $BMP['bits_per_pixel']/8;
$BMP['bytes_per_pixel2'] = ceil($BMP['bytes_per_pixel']);
$BMP['decal'] = ($BMP['width']*$BMP['bytes_per_pixel']/4);
$BMP['decal'] -= floor($BMP['width']*$BMP['bytes_per_pixel']/4);
$BMP['decal'] = 4-(4*$BMP['decal']);
if ($BMP['decal'] == 4) $BMP['decal'] = 0;
//3 : Chargement des couleurs de la palette
$PALETTE = array();
if ($BMP['colors'] < 16777216)
{
$PALETTE = unpack('V'.$BMP['colors'], fread($f1,$BMP['colors']*4));
}
//4 : Cr?ation de l'image
$IMG = fread($f1,$BMP['size_bitmap']);
$VIDE = chr(0);
$res = imagecreatetruecolor($BMP['width'],$BMP['height']);
$P = 0;
$Y = $BMP['height']-1;
while ($Y >= 0)
{
$X=0;
while ($X < $BMP['width'])
{
if ($BMP['bits_per_pixel'] == 24)
$COLOR = @unpack("V",substr($IMG,$P,3).$VIDE);
elseif ($BMP['bits_per_pixel'] == 16)
{
$COLOR = @unpack("n",substr($IMG,$P,2));
$COLOR[1] = $PALETTE[$COLOR[1]+1];
}
elseif ($BMP['bits_per_pixel'] == 8)
{
$COLOR = @unpack("n",$VIDE.substr($IMG,$P,1));
$COLOR[1] = $PALETTE[$COLOR[1]+1];
}
elseif ($BMP['bits_per_pixel'] == 4)
{
$COLOR = @unpack("n",$VIDE.substr($IMG,floor($P),1));
if (($P*2)%2 == 0) $COLOR[1] = ($COLOR[1] >> 4) ; else $COLOR[1] = ($COLOR[1] & 0x0F);
$COLOR[1] = $PALETTE[$COLOR[1]+1];
}
elseif ($BMP['bits_per_pixel'] == 1)
{
$COLOR = @unpack("n",$VIDE.substr($IMG,floor($P),1));
if (($P*8)%8 == 0) $COLOR[1] = $COLOR[1] >>7;
elseif (($P*8)%8 == 1) $COLOR[1] = ($COLOR[1] & 0x40)>>6;
elseif (($P*8)%8 == 2) $COLOR[1] = ($COLOR[1] & 0x20)>>5;
elseif (($P*8)%8 == 3) $COLOR[1] = ($COLOR[1] & 0x10)>>4;
elseif (($P*8)%8 == 4) $COLOR[1] = ($COLOR[1] & 0x8)>>3;
elseif (($P*8)%8 == 5) $COLOR[1] = ($COLOR[1] & 0x4)>>2;
elseif (($P*8)%8 == 6) $COLOR[1] = ($COLOR[1] & 0x2)>>1;
elseif (($P*8)%8 == 7) $COLOR[1] = ($COLOR[1] & 0x1);
$COLOR[1] = $PALETTE[$COLOR[1]+1];
}
else
return FALSE;
imagesetpixel($res,$X,$Y,$COLOR[1]);
$X++;
$P += $BMP['bytes_per_pixel'];
}
$Y--;
$P+=$BMP['decal'];
}
//Fermeture du fichier
fclose($f1);
return $res;
} // fim function image from BMP