Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Select a Parameter measured from multiple Platforms for plotting, e.g. TEMP or PSAL from http://odss.mbari.org/canon/stoqs_september2013_o 2. An alert appears stating: Platforms Nemesis_Glider,SPRAY_Glider,RachelCarson_PCTD,Drifter_Stella203,NPS_Glider_34,Ra...
``` What steps will reproduce the problem? 1. Open the query interface, e.g.: http://odss.mbari.org/canon/default/query/ 2. Click on one of the white circles along the track line in the Map plot...
``` The decompressed length is not being returned through the lzfx_decompress function. Instead it gave an LZFX_EARGS error. I used these parameters to call the function: retrunValue = lzfx_decompress(compressed.data(), size,...
``` function lzfx_decompress code line 244: if(olen != 0) return LZFX_EARGS; must be if(*olen != 0) return LZFX_EARGS; ``` Original issue reported on code.google.com by `[email protected]` on 16 Oct 2011...
``` Hi, I have some questions about the Africa/Casablanca timezone. First of all the outlook compatible one (http://tzurl.org/zoneinfo-outlook/Africa/Casablanca) seems to have a wrong TZOFFSETFROM at the DAYLIGHT timezone part. From...
``` What steps will reproduce the problem? 1. Loaded 160x160 png image 2. Picked BlackmanHarris 3. Target = 100x100 Some others causing this "grid" too, some just looks weird. ```...
``` Please provide any additional information below. SmillaEnlarger is a tool to enlarging general images in high quality. It is the open source counterpart for many commercial tools such as...
``` What is the expected output? What do you see instead? Currently, a person named Vinícius dos Santos Oliveira has successfully create implementation of Kopf-Lischinski algorithm. I hope this achievement...
``` What steps will reproduce the problem? ImageResizer /load imagein.png /resize auto "xBR 3x (thresholds=0,vbounds=wrap,hbounds=wrap,radius=1.00,centered=0)" /stdout | convert - imageout.png What is the expected output? What do you see instead?...
``` Will it possible to add option for associating .irs Script with ImageResizer, therefore the script can become executable by double clicking it. Just like .bat file associated with CMD.exe...