search for: watermark

Displaying 20 results from an estimated 149 matches for "watermark".

2003 Aug 28
1
Print Options & CUPS - Can't stop watermarking?
Greetings, I have just set up samba printing with CUPS as the back end. (Samba 2.2.8a, CUPS 1.1.9) Everything works great, including automatic driver download/Point -n- Print. The problem is that whenever I print through Samba from a Windows 2000 Workstation, a watermark gets added to the print job. The default driver options are set on the server, so that watermarking is "off", and new clients that connect get these options. In CUPS admin, the same options appear. Printing a test page from CUPS admin has no watermark. Printing directly to the print...
2019 Nov 27
3
RFC: Loadable segments watermark for lld
...t; thing exists, computing a hash of all memory-mapped sections is not enough > to catch post-link modifications. > > On Thu, Nov 21, 2019 at 8:43 PM Chris Jackson via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hello all, >> >> I'm implementing a watermarking feature for lld that computes a hash of >> loadable >> segments and places the result in a note section. Ongoing work can be >> found >> here: >> >> https://reviews.llvm.org/D70316 >> https://reviews.llvm.org/D66426 >> >> The purpose of this...
2006 Mar 11
3
Watermarks?
I have desperately searched the web about how to apply watermarks to images in RoR Has anyone been able to apply watermarks to pictures using ruby? Any tips are very much welcomed, Thanks, Roland -- Posted via http://www.ruby-forum.com/.
2009 Jul 24
1
Attachment_fu - watermark tmp file before saved to S3
Hi there, I''d like to use RMagick to watermark an image in the tmp directory before Attachment_fu saves it to Amazon S3. I took a look at the callbacks available in attachment_fu. There''s an ''after_attachment_saved'' method but this would be too late, and a ''before_thumbnail_saved'' but this is no goo...
2006 Jul 14
2
watermark with file_colum
Is this possible? I see rmajick allows for a image.stenago( watermark=>''myimage.gif'') Anyone have any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060714/6e9af7a6/attachment.html
2019 Nov 21
2
RFC: Loadable segments watermark for lld
Hello all, I'm implementing a watermarking feature for lld that computes a hash of loadable segments and places the result in a note section. Ongoing work can be found here: https://reviews.llvm.org/D70316 https://reviews.llvm.org/D66426 The purpose of this watermark is to enable detection of post-link modifications to the loadable seg...
2009 Apr 13
5
HP Laserjet Printer Installation
...B HPOption_PaperPolicy/Fit to Page: *PromptUser NearestSizeAdjust NearestSizeNoAdjust HPJobRetentionOption/Job Retention: HPJobRetentionQuickCopy HPJobRetentionProof HPJobRetentionStore *HPJobRetentionOff HPUserName/User Name: *FileSharingName Forms Set HPJobName/Job Name: *DocName Set HPwmSwitch/Watermark/Overlay: *Off Watermark Overlay HPwmPages/Watermark Pages: *AllPages FirstPage HPwmTextMessage/Watermark Text: *Draft CompanyConfidential CompanyProprietary CompanyPrivate Confidential Copy Copyright FileCopy Final ForInternalUse Preliminary Proof ReviewCopy Sample TopSecret Urgent Set HPwmFontN...
2012 Dec 28
1
Using grImport to create a watermark
Hi… I want to use grImport to create a watermark on a plot() using the methods Paul Murrell describes here: http://cran.r-project.org/web/packages/grImport/vignettes/import.pdf (page 28). I can essentially reproduce this manually at the R prompt, and independently I can use grid.picture(…) successfully in a R script, but when I attempt to do do t...
2009 Feb 20
0
[LLVMdev] Obfuscation/software watermarking backend
I'd like to know if there is any known project doing obfucated code generation or software watermarking in LLVM. The [obfucation/software watermarking] in machine instruction level usually requires to insert dead code, constant "unfolding", computationally intensive "opaque predicate", redundant calculation, duplicated calculation, etc, which all make the program inefficient....
2004 May 13
2
watermarks
Hi, I would like to plot a graph which sits in the background as a watermark with other plots in the foreground - on top. I have looked through the threads on the r-project website but they seem to concern background colours rather than actual background plots. I have also searched through the demo's and pars but can't find any eg's any ideas - I only want...
2010 Jul 14
1
Watermark with Ruby on Rails
To whom it may concern, a way to create watermarks with ruby on rails, imagemagick, attachment_fu and mini-magick in Portuguese, but the code is in English;) http://www.woompa.blog.br/2010/07/14/adicionando-marca-dagua-nas-suas-imagens-com-imagemagick-e-mini-magick/ Tnks! -- You received this message because you are subscribed to the Google Gr...
2006 Sep 29
1
building a pdf with an existing pdf as watermark/background
I''m starting on a small rails app and i need to generate a report in pdf format. i''ve generated pdfs before using pdf::writer without much problems, but for this project the company sent me a pdf ''watermark'' (or background template) that they want the report to be printed on.. instead of having them stock a bunch of the template stationary and have that paper used in the printer that the reports will be printed from i want to merge it with the pdf my app is generating. anyway to do this? i k...
2005 Dec 14
3
image upload (apache2.0+ lighttpd)
Hello all, I use lighttpd 1.4.8 and I have a problem with image uploads. I tried file_upload plugin, but it is strangely working sometimes and refuse to work sometimes. Function in the controller is (@user is loaded in before_filter) def update_watermark @user.watermark = params[:user][:watermark] @user.save redirect_to :action => "index" end Model is file_column :watermark and my view is <%= file_column_field "user", "watermark", :size=>10, :style=>"float:left;width:100px" %&...
2006 Feb 28
6
File_column, RMagick, and watermarking
I''m working on a photo gallery and I''m using File_column to handle the uploads of the files and create my thumbnails, but does anyone here have any idea how to have a watermark (opaque text maybe) placed over one of the versions? Any ideas on how to go about this would be great. Even if it''s just straight RMagick code, that would be fine too. Thanks in advance for the help! Brian Hogan Web Development Learning & Technology Services Schofield 3-B University...
2023 Oct 30
1
[PATCH 2/2] nouveau/disp: fix post-gsp build on 32-bit arm.
...ed, 13 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.c b/drivers/gpu/drm/nouveau/dispnv50/disp.c index d2be40337b92..7840b6428afb 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/disp.c +++ b/drivers/gpu/drm/nouveau/dispnv50/disp.c @@ -1644,7 +1644,7 @@ nv50_sor_dp_watermark_sst(struct nouveau_encoder *outp, // 0 active symbols. This may cause HW hang. Bug 200379426 // if ((bEnableDsc) && - ((pixelClockHz * depth) < ((8 * minRate * outp->dp.link_nr * DSC_FACTOR) / 64))) + ((pixelClockHz * depth) < div_u64(8 * minRate * outp->dp.link_nr *...
2018 Mar 05
2
Why files goes to hot tier and cold tier at same time
Hi Guys Got a quick question regarding hot tier and cold tier. I got a gluster volume with 1 x 3 hot tier and 1 x 3 cold tier. watermark-low is 75 and watermark-hi is 90. usage of volume is very less. My files always go to hot tier and cold tier at same time As I understand, data should go to hot tier only until demoted. Could someone please shed some light into this? Thanks in advance. -- Regards, Sherin -------------- next part -...
2023 Oct 30
2
[PATCH 1/2] nouveau: fix r535 build on 32-bit arm.
From: Dave Airlie <airlied at redhat.com> This needs the proper division macros. Signed-off-by: Dave Airlie <airlied at redhat.com> --- drivers/gpu/drm/nouveau/nvkm/engine/fifo/r535.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/r535.c b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/r535.c index 14a67cf96204..0f9b8087d5e6
2018 Jan 09
2
Blocking IO when hot tier promotion daemon runs
....tier-compact on cluster.tier-hot-compact-frequency 86400 cluster.tier-cold-compact-frequency 86400 # gluster volume get gv0 all | grep threshold cluster.write-freq-threshold 2 cluster.read-freq-threshold 5 # gluster volume get gv0 all | grep watermark cluster.watermark-hi 92 cluster.watermark-low 75 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20180109/30a79b5b/attachment.html>
2005 Dec 14
0
File upload (lighttpd + apache2_
Hello all, I use lighttpd 1.4.8 and I have a problem with image uploads. I tried file_upload plugin, but it is strangely working sometimes and refuse to work sometimes. Function in the controller is (@user is loaded in before_filter) def update_watermark @user.watermark = params[:user][:watermark] @user.save redirect_to :action => "index" end Model is file_column :watermark and my view is <%= file_column_field "user", "watermark", :size=>10, :style=>"float:left;width:100px" %&...
2010 Jul 07
2
Re: Re: Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
>>> On 2010/07/07 at 12:18, benco <benco@acid.sk> wrote: > No, I don''t like testsigning - this is the main reason why I want to use > Citrix driver. GPLPV driver works fine for me and if there would be a way > to use it without testsigning on, I would be happy with it. > Why don''t you like testsigning? -Nick -------- This e-mail may contain