VueScan (64-bit)

最新版本 cURL 7.66.0

cURL 7.66.0

cURL 7.66.0
VueScan 64 位掃描程序可與大多數高質量平板和膠片掃描儀配合使用,以生成具有色彩保真度和色彩平衡的掃描。它非常易於使用,並且還具有用於恢復專業攝影師使用的褪色,批量掃描和其他功能的高級功能.

您的掃描儀不再受操作系統支持嗎?還是你正在尋找更多的功能從你的掃描儀比它來?下載 VueScan。它取代了掃描儀隨附的軟件,因此您可以獲得更好的掃描效果並延長您的硬件使用壽命.

VueScan 在您的系統上不會改變任何內容,也不會在您的操作系統中安裝任何軟件,所有其他掃描儀軟件將繼續運行。您可以隨時購買 VueScan 64 位,並立即得到一個禁用圖像水印的序列號。

VueScan 功能:

兼容超過 3000 掃描儀
VueScan 與 Windows,Mac OS X 和 Linux 上超過 3000 個不同的掃描儀兼容。查看掃描儀是否工作的最好方法是下載 VueScan(僅需 60 秒)。您還可以查看支持的掃描儀列表.

為什麼要立即購買新產品?
VueScan 可以節省您的掃描儀,節省您的成本並提供您無法在其他地方找到的功能強大的新功能,甚至不包括製造商。使用 VueScan 防止您的掃描儀過時(和垃圾填埋場).

VueScan Mobile for iOS and Android
如果您有 iPad,iPhone 或 Android 手機或平板電腦,則可以使用 VueScan Mobile Free 進行掃描。這是一個完全免費的程序,可與內置相機和大多數聯網的惠普,佳能,愛普生,兄弟和三星掃描儀配合使用。

輸出以多種格式掃描
V 掃描可以輸出 PDF,JPEG 和 TIFF 掃描的文檔,照片和膠片格式。它還可以識別使用 OCR 的文本,並使用平板掃描儀和帶有自動文檔進紙器的掃描儀創建多頁 PDF

非常適合初學者和專業用戶使用
我們建立了 VueScan,使兩種完全不同類型的用戶可以使用它。初學者只需要運行 VueScan 並按下“掃描”按鈕。 Pro 用戶可以更改為“標準”或“專業”選項來解鎖強大的功能,以便完全控制掃描.

靈活的許可證
您可以在最多四台個人使用的計算機上使用 VueScan,以及任意操作系統,與任何數量的掃描儀,x32 和 x64,與一個單一的許可證。標準版有一年的免費升級,專業版有無限的免費升級.

注意:在演示版本的限制是水印掃描圖像.

也可用:下載 VueScan for Mac

ScreenShot

軟體資訊
檔案版本 cURL 7.66.0

檔案名稱 curl-7.66.0.zip
檔案大小 5.7 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 未分類
作者 Hamrick Software
官網 https://www.hamrick.com/
更新日期 2019-09-11
更新日誌

What's new in this version:

Changes:
- CURLINFO_RETRY_AFTER: parse the Retry-After header value
- HTTP3: initial (experimental still not working) support
- curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
- curl: support parallel transfers with -Z
- curl_multi_poll: a sister to curl_multi_wait() that waits more
- sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID

Bugfixes:
- CVE-2019-5481: FTP-KRB double-free
- CVE-2019-5482: TFTP small blocksize heap buffer overflow
- CI: remove duplicate configure flag for LGTM.com
- CMake: remove needless newlines at end of gss variables
- CMake: use platform dependent name for dlopen() library
- CURLINFO docs: mention that in redirects times are added
- CURLOPT_ALTSVC.3: use a "" file name to not load from a file
- CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
- CURLOPT_HEADERFUNCTION.3: clarify
- CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly
- CURLOPT_READFUNCTION.3: provide inline example
- CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
- Curl_addr2string: take an addrlen argument too
- Curl_fillreadbuffer: avoid double-free trailer buf on error
- HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown
- alt-svc: add protocol version selection masking
- alt-svc: fix removal of expired cache entry
- alt-svc: make it use h3-22 with ngtcp2 as well
- alt-svc: more liberal ALPN name parsing
- alt-svc: send Alt-Used: in redirected requests
- alt-svc: with quiche, use the quiche h3 alpn string
- appveyor: pass on -k to make
- asyn-thread: create a socketpair to wait on
- build-openssl: fix build with Visual Studio 2019
- cleanup: move functions out of url.c and make them static
- cleanup: remove the 'numsocks' argument used in many places
- configure: avoid undefined check_for_ca_bundle
- curl.h: add CURL_HTTP_VERSION_3 to the version enum
- curl.h: fix outdated comment
- curl: cap the maximum allowed values for retry time arguments
- curl: handle a libcurl build without netrc support
- curl: make use of CURLINFO_RETRY_AFTER when retrying
- curl: remove outdated comment
- curl: use .curlrc (with a dot) on Windows
- curl: use CURLINFO_PROTOCOL to check for HTTP(s)
- curl_global_init_mem.3: mention it was added in 7.12.0
- curl_version: bump string buffer size to 250
- curl_version_info.3: mentioned ALTSVC and HTTP3
- curl_version_info: offer quic (and h3) library info
- curl_version_info: provide nghttp2 details
- defines: avoid underscore-prefixed defines
- docs/ALTSVC: remove what works and the experimental explanation
- docs/EXPERIMENTAL: explain what it means and what's experimental now
- docs/MANUAL.md: converted to markdown from plain text
- docs/examples/curlx: fix errors
- docs: s/curl_debug/curl_dbg_debug in comments and docs
- easy: resize receive buffer on easy handle reset
- examples: Avoid reserved names in hiperfifo examples
- examples: add http3.c, altsvc.c and http3-present.c
- getenv: support up to 4K environment variable contents on windows
- http09: disable HTTP/0.9 by default in both tool and library
- http2: when marked for closure and wanted to close == OK
- http2_recv: trigger another read when the last data is returned
- http: fix use of credentials from URL when using HTTP proxy
- http_negotiate: improve handling of gss_init_sec_context() failures
- md4: Use our own MD4 when no crypto libraries are available
- multi: call detach_connection before Curl_disconnect
- netrc: make the code try ".netrc" on Windows
- nss: use TLSv1.3 as default if supported
- openssl: build warning free with boringssl
- openssl: use SSL_CTX_set__proto_version() when available
- plan9: add support for running on Plan 9
- progress: reset download/uploaded counter between transfers
- readwrite_data: repair setting the TIMER_STARTTRANSFER stamp
- scp: fix directory name length used in memcpy
- smb: init *msg to NULL in smb_send_and_recv()
- smtp: check for and bail out on too short EHLO response
- source: remove names from source comments
- spnego_sspi: add typecast to fix build warning
- src/makefile: fix uncompressed hugehelp.c generation
- ssh-libssh: do not specify O_APPEND when not in append mode
- ssh: move code into vssh for SSH backends
- sspi: fix memory leaks
- tests: Replace outdated test case numbering documentation
- tftp: return error when packet is too small for options
- timediff: make it 64 bit (if possible) even with 32 bit time_t
- travis: reduce number of torture tests in 'coverage'
- url: make use of new HTTP version if alt-svc has one
- urlapi: verify the IPv6 numerical address
- urldata: avoid 'generic', use dedicated pointers
- vauth: Use CURLE_AUTH_ERROR for auth function errors

cURL 7.66.0 相關參考資料