עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

הודאת שגיאה בהצגת תמונה ב PHP

Featured Replies

פורסם

זה אמנם קשור לתראד הקודם שפתחתי, אך שם העניין קצת מסובך ופה זו שאלה ספציפית.

אני מנסה להציג תמונה באופן הבא (הקוד באדיבות ASK בפורום אחר):


<?php
header("Content-type: image/png"); // set content type to png
$img=imagecreatefrompng("file.png"); // load base image
$textcolor = imagecolorallocate($im, 255, 255, 255); // RGB 255-255-255 color
imagestring($im, 0,0, 1, $_GET['string'], $textcolor); // draw string received as parameter
imagepng($im); // output result as png
imagedestroy($im); // free handle
?>

אין לי קובץ PNG אז ניסיתי עם קבצי JPG ו GIF והחלפתי את פונקיית imagecreate בהתאם.

ומקבל:

imagecolorallocate(): supplied argument is not a valid Image resource in

וכך גם לשאר הפונקציות, אני לא מבין ה PHP והתמונה באותה ספריה, אז ניסיתי לקרוא לתמונה בשם ישירות וגם עם ה PATH המלא וגם עם /. לפני השם, ושום דבר לא עוזר....

תודה מראש,

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.