当前位置:网站首页>PHP method of obtaining image information
PHP method of obtaining image information
2022-07-07 22:30:00 【Game programming】
Want to pass php Gets the width and height of the image , Here are two ways , As a reference .
Method 1 :
ini_set('user_agent','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)');$thumb_url="https://dss0.bdstatic.com/-0U0bXSm1A5BphGlnYG/tam-ogel/2dbeac414fc1ee690d00c764c89a187e_121_121.png";$imageInfo=getimagesize($thumb_url);print_r($imageInfo);
The result is :
Method 2 :
$refer="https://dss0.bdstatic.com";$option=array('http'=>array('header'=>"Referer: {$refer}"));$context=stream_context_create($option);// Create a resource flow context $thumb_url="https://dss0.bdstatic.com/-0U0bXSm1A5BphGlnYG/tam-ogel/2dbeac414fc1ee690d00c764c89a187e_121_121.png";$file_contents = file_get_contents($thumb_url,false, $context);// Read the entire file into a string $thumb_size = getimagesizefromstring($file_contents);// Get image size information from string print_r($thumb_size);
The result is :
Both methods can obtain the information of pictures , You can choose which one to use .
author :salestina
Game programming , A game development favorite ~
If the picture is not displayed for a long time , Please use Chrome Kernel browser .
边栏推荐
- Matplotlib quick start
- Tsconfig of typescript TS basics JSON configuration options
- Pdf document signature Guide
- Redis官方ORM框架比RedisTemplate更优雅
- How does win11 unblock the keyboard? Method of unlocking keyboard in win11
- What is the difference between the three values of null Nan undefined in JS
- 使用 CustomPaint 绘制基本图形
- Ueeditor custom display insert code
- SAR影像质量评估
- It's worth seeing. Interview sites and interview skills
猜你喜欢
Remember aximp once Use of exe tool
海外代理推荐
How does win11 time display the day of the week? How does win11 display the day of the week today?
How to turn on win11 game mode? How to turn on game mode in win11
Gazebo import the mapping model created by blender
ByteDance Android interview, summary of knowledge points + analysis of interview questions
UWA Q & a collection
Display optimization when the resolution of easycvr configuration center video recording plan page is adjusted
[advanced MySQL] index details (I): index data page structure
null == undefined
随机推荐
Record layoutrebuild Forcerebuildlayoutimmediate does not take effect
[azure microservice service fabric] how to transfer seed nodes in the service fabric cluster
【Azure微服务 Service Fabric 】在SF节点中开启Performance Monitor及设置抓取进程的方式
Two methods of calling WCF service by C #
Remember that a development is encountered in the pit of origin string sorting
IP网络主动测评系统——X-Vision
100million single men and women "online dating", supporting 13billion IPOs
新版代挂网站PHP源码+去除授权/支持燃鹅代抽
[azure microservice service fabric] start the performance monitor in the SF node and set the method of capturing the process
Robot autonomous exploration series papers environment code
TCP/IP 协议栈
[开源] .Net ORM 访问 Firebird 数据库
Aspose. Word operation word document (I)
Use partial derivatives to display normals in unity
Paint basic graphics with custompaint
大数据开源项目,一站式全自动化全生命周期运维管家ChengYing(承影)走向何方?
Revit secondary development - intercept project error / warning pop-up
Where is the big data open source project, one-stop fully automated full life cycle operation and maintenance steward Chengying (background)?
PDF文档签名指南
苹果在iOS 16中通过'虚拟卡'安全功能进一步进军金融领域