回答編集履歴

1

コード間違い

2016/04/11 10:15

投稿

tfulcrum
tfulcrum

スコア43

test CHANGED
@@ -23,36 +23,6 @@
23
23
  $width = $width * $proportion;
24
24
 
25
25
  }
26
-
27
-
28
-
29
-
30
-
31
- $imagick = new Imagick($work_img);
32
-
33
- $imagick->resizeImage($width, $height, Imagick::FILTER_POINT, 0);
34
-
35
- $imagick->writeImage('temp.jpg');
36
-
37
- if('temp.jpg' !== FALSE){
38
-
39
- print "<img src=\"temp.jpg\">\n";
40
-
41
- }
42
-
43
- $imagick->clear();
44
-
45
- $imagick->destroy();
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
26
 
57
27
  $imagick = new Imagick();
58
28