mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
:#70184
git-svn-id: https://svn.fhem.de/fhem/trunk@14101 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
449b607193
commit
676adffd74
@ -484,6 +484,8 @@ sub _btIP_imgData {
|
|||||||
my $height = $info->{height};
|
my $height = $info->{height};
|
||||||
$width =~ s/px//;
|
$width =~ s/px//;
|
||||||
$height =~ s/px//;
|
$height =~ s/px//;
|
||||||
|
$width =~ s/pt//;
|
||||||
|
$height =~ s/pt//;
|
||||||
($width,$height)= _btIP_imgRescale($width,$height,$scale);
|
($width,$height)= _btIP_imgRescale($width,$height,$scale);
|
||||||
my $mimetype = $info->{file_media_type};
|
my $mimetype = $info->{file_media_type};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user