ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: When newsizing an external figure bei [width=<some pt>], what will be its height in pt and viceversa?
       [not found] <mailman.727.1550955497.1205.ntg-context@ntg.nl>
@ 2019-02-23 22:38 ` Jeong Dal
  2019-02-24  8:11   ` When newsizing an external figure by " Rudolf Bahr
  0 siblings, 1 reply; 5+ messages in thread
From: Jeong Dal @ 2019-02-23 22:38 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl


[-- Attachment #1.1: Type: text/plain, Size: 677 bytes --]

Dear Rudolf,

It is working for me.
Using my figure, I got 
(45126287sp,31048991sp) 

(1372,944) 


As Hans said, either change ~ to some path or set the directory of externalfigure.

Best regards,

Dalyoung

> 2019. 2. 24. 오전 5:58, ntg-context-request@ntg.nl 작성:
> 
> I fear it doesn't work. I used the above code with a test-picture of mine
> (in .png and .jpg version) and got:
> 
> (0sp,0sp)
> (0,0)
> 
> Now I'm baffled what the explanation could be. Are "mill" or "cow" somehow
> specially prepared? I used:
> 
> ConTeXt  ver: 2018.03.16 22:20 MKIV beta  fmt: 2018.3.21 and
> getfiguredimensions[~/my-test-picture.png]
> 
> Rudolf


[-- Attachment #1.2: Type: text/html, Size: 9327 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: When newsizing an external figure by [width=<some pt>], what will be its height in pt and viceversa?
  2019-02-23 22:38 ` When newsizing an external figure bei [width=<some pt>], what will be its height in pt and viceversa? Jeong Dal
@ 2019-02-24  8:11   ` Rudolf Bahr
  2019-02-27  8:55     ` Henning Hraban Ramm
  0 siblings, 1 reply; 5+ messages in thread
From: Rudolf Bahr @ 2019-02-24  8:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, Feb 24, 2019 at 07:38:42AM +0900, Jeong Dal wrote:
> Dear Rudolf,
> 
> It is working for me.
> Using my figure, I got 
> (45126287sp,31048991sp) 
> 
> (1372,944) 
> 
> 
> As Hans said, either change ~ to some path or set the directory of externalfigure.
> 
> Best regards,
> 
> Dalyoung

Hello Dalyoung,

thank you for your message!

Yes, "~" was the reason for my failure. Its use seems to be linux specific only.

If you convert your sp-sizes into pt-sizes (1pt = 65536sp) you will get:
(45126287sp,31048991sp) = (688.5725pt,473.7700pt)

What do you think, are these pt-values ok to you? In my opinion they seem to be too
small. How are they calculated?

Cheers,

Rudolf
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: When newsizing an external figure by [width=<some pt>], what will be its height in pt and viceversa?
  2019-02-24  8:11   ` When newsizing an external figure by " Rudolf Bahr
@ 2019-02-27  8:55     ` Henning Hraban Ramm
  2019-02-27 15:56       ` Rudolf Bahr
  0 siblings, 1 reply; 5+ messages in thread
From: Henning Hraban Ramm @ 2019-02-27  8:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2019-02-24 um 09:11 schrieb Rudolf Bahr <quasi@quasi.de>:

> Yes, "~" was the reason for my failure. Its use seems to be linux specific only.

No, it’s not Linux specific, but ConTeXt doesn’t expand shell variables.

Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: When newsizing an external figure by [width=<some pt>], what will be its height in pt and viceversa?
  2019-02-27  8:55     ` Henning Hraban Ramm
@ 2019-02-27 15:56       ` Rudolf Bahr
  0 siblings, 0 replies; 5+ messages in thread
From: Rudolf Bahr @ 2019-02-27 15:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Feb 27, 2019 at 09:55:07AM +0100, Henning Hraban Ramm wrote:
> Am 2019-02-24 um 09:11 schrieb Rudolf Bahr <quasi@quasi.de>:
> 
> > Yes, "~" was the reason for my failure. Its use seems to be linux specific only.
> 
> No, it’s not Linux specific, but ConTeXt doesn’t expand shell variables.
> 
> Greetlings, Hraban


Aha! Thank you.

Cheers, Rudolf
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: When newsizing an external figure by [width=<some pt>], what will be its height in pt and viceversa?
       [not found] <mailman.747.1551003421.1205.ntg-context@ntg.nl>
@ 2019-02-24 23:20 ` Jeong Dal
  0 siblings, 0 replies; 5+ messages in thread
From: Jeong Dal @ 2019-02-24 23:20 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl


[-- Attachment #1.1: Type: text/plain, Size: 511 bytes --]

Dear Rudolf,


> 2019. 2. 24. 오후 7:17, ntg-context-request@ntg.nl 작성:
> 
> If you convert your sp-sizes into pt-sizes (1pt = 65536sp) you will get:
> (45126287sp,31048991sp) = (688.5725pt,473.7700pt)
> 
> What do you think, are these pt-values ok to you? In my opinion they seem to be too
> small. How are they calculated?

I know 72pt per 1 incn, but don’t know well about sp and sp to pt conversion.
I think that someone in this list will answer to you soon.

Best regards,

Dalyoung

[-- Attachment #1.2: Type: text/html, Size: 4408 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-27 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.727.1550955497.1205.ntg-context@ntg.nl>
2019-02-23 22:38 ` When newsizing an external figure bei [width=<some pt>], what will be its height in pt and viceversa? Jeong Dal
2019-02-24  8:11   ` When newsizing an external figure by " Rudolf Bahr
2019-02-27  8:55     ` Henning Hraban Ramm
2019-02-27 15:56       ` Rudolf Bahr
     [not found] <mailman.747.1551003421.1205.ntg-context@ntg.nl>
2019-02-24 23:20 ` Jeong Dal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).