Displaying 20 results from an estimated 59 matches for "exif".
Did you mean:
elif
2018 May 30
3
Password recovery trick not working on CentOS
Hi,
I remember back in the days, there was a neat trick to recover a lost
root password, or more exactly, redefine a new password for root.
1. In the bootloader, boot the system with the 'init=/bin/bash' kernel
argument.
2. Remount the root partition in read-write mode:
# mount -o remount,rw /
3. Set the password for root:
# passwd
4. Remount the root partition in read-only
2018 Jun 01
5
Centos 7 (using iptables) removed firewalld
...sses.
TIA.
Steve
#!/bin/bash
######################################################################################################################## Exterior (Internet) Ethernet 0#######################################################################################################################EXIF="eth0"
######################################################################################################################## Interior (My network) Ethernet 1#######################################################################################################################IXIF="...
2006 Jun 22
2
OT EXIF libraray
Hi-
this is slightly off topic, but is anyone aware of a WORKING ruby library that reads EXIF data from JPEG files?
It has to run on both Windows and *nix, so wrappers around unix libs won''t do.
So far I tried rexif, ruby-exif (both throwing exceptions when presented with a JPEG) and RMagick (at least able to get the date
from EXIF, however it adds a ''.'' at the e...
2017 Mar 28
2
SipVicious scans getting through iptables firewall - but how?
My firewall and asterisk pjsip config only has "permit" options for my
ITSP's (SIP trunk) IPs.
Here's the script that sets it up.
--------------------------------------------------
#!/bin/bash
EXIF="eth0"
/sbin/iptables --flush
/sbin/iptables --policy INPUT DROP
/sbin/iptables --policy OUTPUT ACCEPT
/sbin/iptables -A INPUT -i lo -j ACCEPT
/sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
/sbin/iptables -A INPUT -p tcp ! --syn -m state --state NEW -j DROP
/sbin/...
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...t 7:54 PM
To: Wayne Oldford <rwoldford at uwaterloo.ca>
Cc: Peter Dalgaard <pdalgd at gmail.com>, "r-devel at r-project.org" <r-devel at r-project.org>
Subject: Re: [Rd] tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Dear Wayne and Peter,
FWIW, I observe exactly the same problem in Catalina. The error and my session info:
-------- snip --------
> tkimage.create("photo", file = fname)
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj&qu...
2020 Jun 12
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...:/opt/X11/lib/libtk8.6.dylib \
/usr/local/lib/libtk8.6.dylib \
/usr/local/bin/wish8.6
There is a bug in tcltk with IDs on the libraries which I have worked-around for R, but not for wish.
Back to the original question - do you have any example of a file that doesn't work so I could test? Exif chunks are fairly rare in PNG and are a more late extension so I couldn't find any examples.
Thanks,
Simon
> On 12/06/2020, at 12:24 PM, Wayne Oldford <rwoldford at uwaterloo.ca> wrote:
>
> I don't know what has changed with Catalina
>
> But I just tried my tk cons...
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...\
> /usr/local/lib/libtk8.6.dylib \
> /usr/local/bin/wish8.6
>
> There is a bug in tcltk with IDs on the libraries which I have worked-around for R, but not for wish.
>
> Back to the original question - do you have any example of a file that doesn't work so I could test? Exif chunks are fairly rare in PNG and are a more late extension so I couldn't find any examples.
The code in Wayne's original message (copied below) generated the offending file:
library(tcltk)
fname <- "Rplot.png"
png(filename = fname, width = 500, height = 500)
hist(rnorm(20))...
2020 Jun 11
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...observe exactly the same problem in Catalina. The error and my session info:
-------- snip --------
> tkimage.create("photo", file = fname)
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] encountered an unsupported criticial chunk type "eXIf".
> sessionInfo()
R version 4.0.0 (2020-04-24)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.5
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library...
2020 Jun 11
4
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...t.png"
> png(filename = fname, width = 500, height = 500)
> hist(rnorm(20))
> dev.off()
> tkimage.create("photo", file = fname)
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] encountered an unsupported criticial chunk type "eXIf".
______________________________
> R.version
_
platform x86_64-apple-darwin17.0
arch x86_64
os darwin17.0
system x86_64, darwin17.0
status
major 4
minor 0.0
year 2020
month 04
day 24
svn re...
2006 Apr 24
0
ImageMagick and EXIF Data
Hi there,
I''m writing a little application that parses an image file and extracts the
camera settings from the file (the EXIF data) and saves all the fields to
the database. The idea is that after awhile people will be able to search
based on camera make, model, lens settings, etc... and all the pictures that
meet those requirements will be displayed. The picture is stored on the file
system, and not in the DB. I''...
2020 Jun 11
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...fname, width = 500, height = 500)
>> hist(rnorm(20))
>> dev.off()
>
>> tkimage.create("photo", file = fname)
>
> Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
> [tcl] encountered an unsupported criticial chunk type "eXIf".
>
>
> ______________________________
>
>> R.version
> _
> platform x86_64-apple-darwin17.0
> arch x86_64
> os darwin17.0
> system x86_64, darwin17.0
> status
> major 4
> minor 0.0...
2020 Jun 12
0
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
...l/lib/libtk8.6.dylib \
>> /usr/local/bin/wish8.6
>>
>> There is a bug in tcltk with IDs on the libraries which I have worked-around for R, but not for wish.
>>
>> Back to the original question - do you have any example of a file that doesn't work so I could test? Exif chunks are fairly rare in PNG and are a more late extension so I couldn't find any examples.
>
> The code in Wayne's original message (copied below) generated the offending file:
>
> library(tcltk)
>
> fname <- "Rplot.png"
> png(filename = fname, width =...
2013 Sep 30
1
map destination files files based on meta data
...movies, etc.
So doing a simple rsync won't work. This is especially true of how iPhoto
stores photos synced from iphones, ipads, etc.
What I want to do is have the ability to map source files to a destination
location / name based on meta information contained in the files. This
could include exif data, or simple file meta information such at date /
time.
I don't want to hardcode the destination paths, because I want all of the
files to be organized / copied into the same destination folder, so that
it's easy to grab copies of all the files pertaining to that folder (e.g.
month when...
2005 Nov 06
5
Human readable output
...ize: 30864401502 bytes
would be output as:
Total file size: 28.7 GiB
Similarly for mebibytes and kibibytes.
If there's already such an option, then I'm sorry -- I didn't find it
in the manual pages.
--
Martin Geisler GnuPG Key: 0x7E45DD38
PHP Exif Library | PHP Weather | PHP Shell
http://pel.sf.net/ | http://phpweather.net/ | http://mgeisler.net/
Read/write Exif data | Show current weather | A shell in a browser
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Ty...
2007 May 27
3
Use metadata files in Samba
Hello,
Often people (or applications) want to store additional information
about a file. E.g. history, approval state, search tags, etc. Some
file formats offer to integrate these metadata, some not (e.g. exif-
headers, id3, etc.).
My idea would be to create an additional <filename.xyz>.meta file next
to a <filename.xyz> in the same folder. If the <filename.xyz> gets
renamed/deleted/moved, the <filename.xyz>.meta file should be also
renamed/deleted/moved in case it exists.
Is thi...
2008 Sep 02
3
gps tags in vorbis comments
hi,
is there an official or semiofficial way to store gps location in vorbis
comments or any ogg file. mp4 and exif store at least:
- location name (e.g. London, UK)
- longitude (degree as double), latitude (degree as double), elevation
(meters) (these three according to WGS84)
Stefan
2015 Oct 30
4
disable ZTS in php
...r/libexec' '--with-bz2' '--with-curl' '--with-gd'
'--with-freetype-dir=/usr' '--with-png-dir=/usr/lib64'
'--enable-gd-native-ttf' '--with-iconv' '--with-jpeg-dir=/usr/lib64'
'--with-zlib' '--with-ldap' '--enable-exif' '--enable-sockets'
'--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-wddx'
'--with-kerberos' '--enable-shmop' '--enable-calendar' '--with-xmlrpc'
'--enable-soap' '--disable-pdo' '--with...
2010 Sep 08
1
Use registry data previously used on a true Windows PC ?
hello, I'm new here
I 've long used (and still use on a soon migrating PC) Windows 98SE on my "main" desktop computer.
I use(d) Applications such as XnView and exifer, to manage and process digital pictures, and used them a very long time. I shfted to Linux (ubuntu lucid LTS) and would like to use these applications without losing my profiles: renaming patterns, window layout, values used in many list-boxes, etc...
XnView can be configured to use an .ini file...
2005 Nov 08
2
two way synchronization with rsync?
I have two offices in one city; employees work in both of them (once in
office A, the next or an hour later in office B etc.).
They would like to have the same profile (i.e., if they log off in
office A, they would like to have their documents, Desktop, emails etc.
in the profile in the office B when they arrive there an hour later).
Is it possible with rsync to construct such a "two way
2005 Nov 24
2
Help me with this Questiions
I would like to understand the capabilities of GNU rsync software /
utility. This is used for syncing file systems / file level data across
two systems. I specifically would like to know its capabilities in
syncing files ?
1) How does it replicate data changes to files ? entire file or only
the incremental blocks?
2) Does it have any block level replication capabilities?
3) Can it