World: r3wp
[View] discuss view related issues
older newer | first last |
Cyphre 15-Jan-2010 [9480x2] | I think the correct term is 'filter with resampling'. If you add the resampling step then the image looks much beter. Then different filter algorithms can even improve the quality (usually the beter filter the slower the calcualtion is) |
R2 Draw is currently using only 'resizing' not 'resampling' routine. | |
Pekr 15-Jan-2010 [9482x3] | Doc - I am good at bugging anyone, so just confirm you want it :-) |
Doc - nconvert is an exe, but xnview package has complete API to wrap. We even did some basic stuff in the past with Cyphre ... | |
but Image Magick is probably more popular, dunno .. | |
Gregg 15-Jan-2010 [9485] | Thumbnailing is very marketable. With what REBOL has, and could have without too much effort, we could target the 5% most used ImageMagick functions and create an alternative. |
Maxim 15-Jan-2010 [9486x3] | the issue being that image magic does things incredibly fast. its a library with its origins in very high-end visual effects, and is used massively by that industry. |
but for stuff like web sites... an encaped and purposed-build view could be viable, if a few filters added a bit more quality/options to their mantle. | |
and a few other image formats too. (image magic loads/saves more than 100) | |
Dockimbel 18-Jan-2010 [9489] | Pekr: I would like to have that feature, but workarounds exists. If Carl has to spend time on R2, I prefer him working on fixes for long standing native bugs instead. |
NickA 18-Jan-2010 [9490] | We could certainly use a save/jpg option. That's gotta be a longstanding request by many. |
Rebolek 18-Jan-2010 [9491] | Nick, IIRC, /jpg will make REBOL about 100kB larger, that's why it's not there. If you know about smaller JPEG saver, I think it may be included. |
Graham 18-Jan-2010 [9492x2] | http://rebol.wik.is/Rebol3/Schemes/Imap4 Updated to version 0.0.2 Logs into Imap server using cram-md5 if available Switches to inbox gets inbox status for unseen messages Retrieves the first 3 messages |
ooop ... wrong channel ... | |
Terry 20-Jan-2010 [9494] | now that we have ssl in view (woot) can we access gmail's api? |
Graham 20-Jan-2010 [9495] | What api ? |
NickA 20-Jan-2010 [9496] | Rebolek, like many other options, things like save/jpg may not need to be included in the default slim installation of REBOL, but I'm sure there are many users who would love to have the option of downloading a 100k+ library, function, plugin, etc. to easily enable this functionality. I don't care if I have to download and do some code, that's trivial - just having the option available would be phenomenal. |
Terry 20-Jan-2010 [9497x4] | I've seen some email stuff somewhere.. here's the google calendar api http://code.google.com/apis/calendar/data/1.0/developers_guide_php.html |
Here's a Gmail notifier app for Firefox, so it must be doable. | |
libgmail is a Python binding to gmail http://libgmail.sourceforge.net/ | |
and php script via imap http://php.net/manual/en/function.imap-open.php Works with Gmail's new IMAP function for personal and for Google Apps. $mbox = imap_open ("{imap.gmail.com:993/imap/ssl}INBOX", "[username-:-gmail-:-com]", "password") or die("can't connect: " . imap_last_error()); | |
Graham 20-Jan-2010 [9501x2] | That's not an API ... |
That's just imap | |
Terry 21-Jan-2010 [9503x2] | like, whatever |
now that we have ssl in view (woot) can we access gmail's via IMAP? | |
Graham 21-Jan-2010 [9505] | sure if you modify the r2 imap protocol to use ssl |
Terry 21-Jan-2010 [9506x2] | hmm.. sounds like hooking up to another PHP as proxy |
can use a ws socket or whatever, and skip opening port 993 on the client as well. | |
Rebolek 21-Jan-2010 [9508] | Nick, then you use things like ImageMagick, there's a script to support it on rebol.org and I have an improved version somewhere on my HDD,if you're interested. |
Maxim 21-Jan-2010 [9509] | I am actually. :-) |
Terry 22-Jan-2010 [9510x2] | Does 2.7.7.3.1 not have the /async argument for open? |
Nevermind The /async was removed a while ago. If you want to use async, you'll have to use Gabriele and others' async protocols | |
NickA 22-Jan-2010 [9512x2] | Rebolek, then we need 12 Megs insteac of 100k :( ... but I am still interested in your improved version :) |
insteac -> instead | |
Maxim 23-Jan-2010 [9514] | when using the REQUEST-FILE function anyone know how to prevent rebol from adding its own filters? I'm specifying one, and it adds REBOL, *.*, and images... but its a stupid setup since I can't manage JPG or GIF images in REBOL. |
ChristianE 24-Jan-2010 [9515] | request-file/filter "*.jpg" seems to work fine for me on WinXP, show folders and jpgs only. |
Maxim 24-Jan-2010 [9516] | yes it works, but if you look at the filter box, you will see that rebol adds 2 more filters :-( who cares about rebol files in an end-user application >:-( |
Gregg 24-Jan-2010 [9517] | I don't remember any tricks to do that Max. |
Maxim 24-Jan-2010 [9518] | maybe we should make a wish for it in the next R2 release? |
ChristianE 25-Jan-2010 [9519x2] | I see now what the problem is. Those REBOL types are hardcoded into view-request sources. But you can patch them away with remove find/only req-file/filter-list ["*.r" "*.reb" "*.rip"] remove skip find req-file/start-out/3 [fp: rty "Normal" "REBOL" "Text" "Images"] 3 After that, request-file should come up without the REBOL types. |
That at least seems to work on windows, I don't know what happens on other platforms. | |
Ashley 25-Jan-2010 [9521] | Or just use local-request-file directly. |
ChristianE 25-Jan-2010 [9522] | Yes, http://www.mail-archive.com/[rebol-list-:-rebol-:-com]/msg12381.html gives some hints on how to do that, but it doesn't seem to be officially documented somewhere. |
Josh 25-Jan-2010 [9523] | So if an 'area loses focus, the highlighting disappears. Is that correct? |
Henrik 25-Jan-2010 [9524] | yes |
Josh 25-Jan-2010 [9525] | Is there a way to retain highlighting? |
Henrik 25-Jan-2010 [9526x2] | that depends on how you unfocus |
In standard VID, it's quite a pain to do anything before the unfocus action. You have to manipulate the field and area styles to allow an action before that. | |
Josh 25-Jan-2010 [9528] | I was introducing someone to REBOL, and he made a button that modifies the highlighted text. It works fine with the intialized text, but if you type more in the 'area and then press the button, the highlight variables are set to none, and I can't figure out why there is a difference |
Henrik 25-Jan-2010 [9529] | can you show the code? there are som parts of highlighting that can be tricky to use. |
older newer | first last |