About 832,000 results
Open links in new tab
  1. PHP shape/ pattern recognition inside image - Stack Overflow

    Aug 26, 2014 · I would like to get some tips/ snippets about recognising a desired shape/ pattern inside a picture with the help of PHP.

  2. php - Recognize Patterns of images JPG or PNG - Stack Overflow

    Sep 2, 2013 · Hello friend I want to recognize and determine the type of object into photo jpg or png with php, for example determine if exists a apple or grapes, or car, or animals into any photo. Please if somebody know about that, because I want to make exactly that.

  3. php - how to fill a image with pattern - Stack Overflow

    Jul 27, 2013 · PNGa is an image format with transparency. Using CSS you can position a transparent image of the t-shirt above a background image (the pattern). If you have no idea what I am talking about then you have to learn a few things. This is quite basic stuff, and I do not have time to walk you through it.

  4. PHP Program to Print Pyramid Patterns - W3Schools

    This tutorial demonstrates a simple PHP implementation for printing design patterns. Pattern programs help beginners understand how loops work and make learning easier by practicing using various examples.

  5. PHP Image Processing and GD Functions Complete Reference

    Jan 24, 2023 · Image processing and GD functions are used to create and manipulate image files in different image formats including GIF, PNG, JPEG, WBMP, and XPM. PHP can deliver the output image directly to the browser.

  6. PHP programs for printing pyramid patterns - GeeksforGeeks

    May 3, 2023 · Printing a diamond-shaped star pattern is a classic programming exercise that involves nested loops to control the structure of the pattern. In this article, we will explore different approaches to creating a PHP program that prints a diamond-shaped star pattern.

  7. Creating Patterns using PHP GD - plus2net.com

    Generate patterns dynamically using PHP GD functions like imagefilledrectangle(), imagearc(), imagesetpixel(), and more.

  8. Patterns in PHP | Overviews | 9 Examples of Pattern in PHP

    Mar 16, 2023 · Guide to Patterns in PHP. Here we discuss Overviews and 9 Different Examples of Pattern in PHP with Codes and Output for better understanding.

  9. Pattern Display Problems in PHP - Programmingempire

    Apr 4, 2023 · The following post provides several Pattern Display Problems in PHP with their solutions. Print a pattern of stars in a pyramid shape: <?php for($i=1; $i<=5; $i++){ for($j=1; $j<=5-$i; $j++){ echo "&nbsp;"; } for($k=1; $k<=$i; $k++){ echo "*&nbsp;"; } echo "<br/>"; } ?>

  10. 100 Pattern Programs in PHP Shahrukh Khan | PDF | Control Flow

    This document contains 100 pattern programs in PHP with examples ranging from basic warmup exercises to more complex geometric patterns like squares, triangles, letters of the alphabet and numbers. The patterns are created using stars and include options for solid, hollow, mirrored and inverted shapes.

  11. Some results have been removed
Refresh