similar to: JPG issue

Displaying 20 results from an estimated 100000 matches similar to: "JPG issue"

2017 Mar 30
0
JPG issue
You have the setting on to HIDE files that can't be written to. Try turning that off. Next, investigate why it's causing the files to get 540 permissions instead of 740 (or other). On Thu, Mar 30, 2017 at 11:18 AM, Curtis Vaughan via samba < samba at lists.samba.org> wrote: > Ok, it's taken me a while, but here's what seems to be the problem. In OSX > I see a lock on
2017 Mar 30
2
JPG issue
Ok, it's taken me a while, but here's what seems to be the problem. In OSX I see a lock on the file. If that lock is ON, it disappears. But what is that lock and where did it come from.... Is it like a read only lock? On Thu, Mar 30, 2017 at 11:04 AM Curtis Vaughan <cavaughan at gmail.com> wrote: > Ok, here's what seems to be going on. When a JPG is put into a share it >
2017 Mar 30
2
JPG issue
[global] workgroup = NPC server string = Samba Server %v netbios name = Atlantica security = user map to guest = bad user dns proxy = no hide files = /~*/ hide unwriteable files = yes #============================ Share Definitions ============================== [homes] comment = Home Directories path = /home/%S valid users = %S browseable = no guest ok = no writable = yes
2017 Mar 30
0
JPG issue
Ok, here's what seems to be going on. When a JPG is put into a share it inherits permissions of 540. When I chmod it to 740 it appears in file browsers. So the file is actually there, but invisible. But I've tried other files and everything else copies over with 740. Again, why? On Thu, Mar 30, 2017 at 10:56 AM Curtis Vaughan <cavaughan at gmail.com> wrote: > [global] > >
2012 Mar 08
1
issue with jpg-illuminator
Hallo, I'm using wine in Kubuntu. The only Windows application I'm using is http://www.jpg-illuminator.de/ (freeware). It's running without any problems with Kubuntu 11.10 (wine-1.3.28 ). But I just installed Kubuntu 12.04 (Beta) with wine-1.4-rc6 and get the following error message and a frozen jpg-illuminator: > $ cat /disk2/tmp/xxx > ~$ wine
2012 Jul 27
0
Cannot delete files on the share
I am running Samba server on a NAS and use a network share in both Windows (XP) as well as Linux clients, though I get a different set of problems described below: 1. XP Client -> NAS. On the network share: - I can read files & directories - I can create files & directories - I can rename file & directories - I can modify/save files & directories - I cannot delete
2010 Jun 23
0
Directory Permissions?
Hello, Running Samba 3.3.10 on FreeBSD 7.3. Cannot copy a folder with a subfolder and 10 files in the subfolder from an OSX 10.6.4 client to a folder on the Samba server. What happens is that the folder gets copied but not the subfolder and its files. root at aries:/usr/local/etc# testparm Load smb config files from /usr/local/etc/smb.conf Processing section "[homes]" Processing
2003 Jul 03
0
Setting up Pointing and Click Printing through APW on Win2k Machine
First off I have read the SAMBA 2.2 printer documetation and Samba Printing Documentation for 3.0. And searched the Internet through Google and did not come up with much. Maybe it is how I am doing search I don't know. I had some success using CUPS for Point and Click printing using cupaddsmb command. I could get the print drivers to download on W2K and XP. But, I could not get the the
2012 Dec 07
0
inserting jpg
I?m trying to insert 8 jpg files with the main moon phases in a plot using read.image. My code: ? ## Images ? library(ReadImages) c1 = read.jpeg( '1c.jpg' ) c2 = read.jpeg( '2c.jpg' ) c3 = read.jpeg( '3c.jpg' ) d1 = read.jpeg( '1d.jpg' ) d2 = read.jpeg( '2d.jpg' ) d3 = read.jpeg( '3d.jpg' ) f = read.jpeg( 'f.jpg') n = read.jpeg(
2014 Mar 22
2
Changing isolinux/splash.jpg on custom ISO
Hi all, I know I've done this in the past, but I can't seem to get it working today... I want to roll my own ISO and use custom splash.jpg. If I roll the ISO with the stock splash.jpg, it works. When I save my own 800x600 .jpg as splash.jpg though, I get a black screen. I made sure the permissions and ownership was the same. Is there a special way that the JPG has to be
2006 Feb 10
1
Question on big JPG plots in function warpping format
Hello: I have problems generating big JPG plots in functions. the following code runs fine in the script: #### runs fine in script, generate 40k "test1.jpg" in the given directory plotPlatesAlong <- c(1:5) plotDirPath <- paste(dataPath, "OutputPlots\\", sep="") filename <- paste(plotDirPath,"test1.jpg", sep="") jpeg(file=filename)
2020 Jan 08
0
add jsslogo.jpg to R sources?
On Wed, 8 Jan 2020 at 19:21, Toby Hocking <tdhock5 at gmail.com> wrote: > > Hi R-core, I was wondering if somebody could please add jsslogo.jpg to the > R sources? (as I reported yesterday in this bug) > > https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17687 > > R already includes jss.cls which is the document class file for Journal of > Statistical Software.
2003 Jan 21
2
How to convert jpg into lss format
I would like to to know about conversion from jpg file to lss format. I used ppmtolss16. It is giving following errors. for .jpg file: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. for .png files: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. from .ppm file: ( I converted .jpg file in to .ppm file using irfanview)
2010 Mar 09
1
[LLVMdev] Find all backedges of CFG by MachineDominatorTree. please look at my jpg.
Thank you, Nick. Yes, I have add getAnalysisUsage. As I know, some CFG is irreducible. At this time, Dominator Tree can not find some backedge. Is it means some MachineLoop is not be found? dominatorTree.jpg is a previous exmaple. best regards! renkun --- 10年3月9日,周二, Nick Lewycky <nicholas at mxc.ca> 写道: > 发件人: Nick Lewycky <nicholas at mxc.ca> > 主题: Re: [LLVMdev] Find
2005 Aug 26
2
Generating barcodes (as gif/jpg)
Hello Rubyists, I need to generate barcodes (in UPC and codabar symbologies) and would like to know if anyone has done this with Ruby. From what I can tell, it would be possible to use the gnu-barcode [1] or barcodewriter [2] to generate a PostScript, then through RMagick (via GhostScript) take the file and create a GIF/JPG. These will really only be used for web display (to be printed
2003 Nov 19
0
howto improve sharpeness of fonts in a jpg-image producedby R ?
My original question had the subject of making jpg-image files with the bitmap-function. Firstly I was told, that the problem was in my ghostscript-installation which is called by the bitmap-function - not in R itself. I got a lot of good suggestions (also off-list) about what problems in my ghostscript-installation might give some low-quality font-sharpeness in my jpg-grafics produced by
2020 Jan 08
1
add jsslogo.jpg to R sources?
On Wed, 8 Jan 2020, I?aki Ucar wrote: > On Wed, 8 Jan 2020 at 19:21, Toby Hocking <tdhock5 at gmail.com> wrote: >> >> Hi R-core, I was wondering if somebody could please add jsslogo.jpg to the >> R sources? (as I reported yesterday in this bug) >> >> https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17687 >> >> R already includes jss.cls which
2004 Apr 06
0
Resources forks 'dot underscore' files locked indefinitely from MacOSX clients
We have a central samba file share for our designers (who all use OSX boxes, and mostly use Macromedia products) to work off of. I've lately been able to track down a lot of application quirks (mostly problems with errors when saving, about files being locked) to the Mac resource fork files being indefinitely locked. Here's a sample from a `smbstatus` 14853 DENY_NONE 0x1
2004 May 24
1
Mac OS X jpg
Hi, I am using R 1.9.0 (2004-04-12) for Mac OS X. I am having trouble printing to a jpg file. This only happens when I use R in batch (with the BATCH option) mode. If I launch the R GUI or the command line version and run the script from either, I have no problems. Only when running in BATCH mode I get a file with the same name as my script where I find the following message at the end:
2011 Jun 22
1
Saved EPS/PDF graphics not same as JPG/BMP graphics
When I save a particular plot as JPG or BMP, the saved image is an accurate copy of that plot. But when I save the same plot as EPS or PDF, some text elements are incorrectly altered. An example is attached. Notice in the top middle and top right panels, the x-axis labels have correct subscript 1 in the JPG, but incorrect subscript 2 in the EPS. I'm using R 2.13.0 on Windows 7. Any clues